Skip to content
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

'createFileSystemWatcher' does not detect changes when source was unzipped #540

Open
veredcon opened this issue Dec 4, 2023 · 0 comments

Comments

@veredcon
Copy link

veredcon commented Dec 4, 2023

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.84.2
  • OS Version: gitpod

Steps to Reproduce:

  1. Install this example extension: https://github.com/815are/virtualFileWatchIssue.git
  2. run command watcherTest: Register global watcher to register global watchers to monitor {}/{*}.js file changes.
  3. Extract temp/testProject.zip by running command unzip testProject.zip.
  4. Change js file from extracted sources -> testProject\ext\test.js. --> You won't get any notification message upon creation of this file (when it was unzipped) nor in when the file has been changed.

Notes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant