microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.71k stars 29.08k forks source link

TypeScript: use `createFileSystemWatcher` for file events #208872

Closed bpasero closed 6 months ago

bpasero commented 7 months ago

Refs: https://github.com/microsoft/vscode/pull/193848

cc @sheetalkamat

bpasero commented 6 months ago

File Access After: Image

File Access Before: Image

bpasero commented 6 months ago

This is done and behind an experiment that we will enable gradually in stable.

BurningEnlightenment commented 5 months ago

The current implementation seems to be incompatible with how yarn hooks the SDK to allow access to PnP packages.