gitpod-io / openvscode-server

Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
https://www.gitpod.io/
MIT License
4.99k stars 430 forks source link

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

Open veredcon opened 10 months ago

veredcon commented 10 months ago

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

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: