Replies: 1 comment 12 replies
-
@cenkce thank you for the discussion, can you clarify by providing a use-case and why you expect
I assume you are explicitly watching for certain files, but there is also the general file-watching mechanism which will fire the event whenever there is a change in the workspace, for example if a file is opened and modified, or if a file is modified outside the application. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Every file changes in a workspace triggers onDidFilesChange that I never watch. Is it correct behavior? How can I handle it?
Beta Was this translation helpful? Give feedback.
All reactions