Skip to content

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

@veredcon

Description

@veredcon

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

  • VS Code Version: 1.84.2
  • OS Version: web version of VSCode. It does not reproduced on local version of VSCode.

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:

Metadata

Metadata

Assignees

Labels

info-neededIssue requires more information from poster

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions