-
-
Notifications
You must be signed in to change notification settings - Fork 619
fix(#1731 #1723 #1716): handle all external file system changes #1757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
1c57a82
fix(#1731): watcher refreshes node rather than the first node matchin…
alex-courtis 5dfd8bd
fix(#1731): reload explorer reloads closed folders
alex-courtis 2ee6f6a
fix(#1731): do not fire folder created event on file create
alex-courtis 266b616
fix(#1731): reload profile absolute path, not link to
alex-courtis 0e02a06
fix(#1731): find-file locks/profiles on real path, reloads when watch…
alex-courtis d8c7f2f
Revert "fix(#1731): reload explorer reloads closed folders"
alex-courtis bb8327a
fix(#1731): tidy watch reload
alex-courtis c9a4bce
fix(#1731): move refresh_node from watch to reload
alex-courtis 8b44075
fix(#1731): find-file reloads all nodes for the containing directory
alex-courtis 39989fc
fix(#1731): create-file refreshes synchronously
alex-courtis 3ce5f54
fix(#1731): remove unused watch node
alex-courtis 684a1c2
fix(#1731): find-file refreshes root
alex-courtis d91b0ab
fix(#1716): create-file invokes find-file
alex-courtis 998bc85
fix(#1731): refresh path walks down the tree to the targedt
alex-courtis 3c9e2b6
Merge branch 'master' into 1731-refresh-all-folders-containing
alex-courtis 8358420
Merge branch 'master' into 1731-refresh-all-folders-containing
alex-courtis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will still result in one refresh for each instance of the symlinked dir, however optimising that away requires significant complexity.