-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed as not planned
Closed as not planned
Copy link
Labels
info-neededIssue requires more information from posterIssue requires more information from poster
Description
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:
- Install this example extension: https://github.com/815are/virtualFileWatchIssue.git
- run command
watcherTest: Register global watcherto register global watchers to monitor {}/{*}.js file changes. - Extract temp/testProject.zip by running command
unzip testProject.zip. - 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:
- There is code where watchers for js files are registered(using 2 approaches) - https://github.com/815are/virtualFileWatchIssue/blob/main/src/extension.ts#L26-L49
watchers-test-0.0.5.vsixcan be installed as a vsix- Watchers are working fine if you reload window. Problem is that watcher does not work right after unzip.
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from poster