-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Closed
Labels
file-watcherFile watcherFile watcheron-testplanplan-itemVS Code - planned item for upcomingVS Code - planned item for upcomingtypescriptTypescript support issuesTypescript support issues
Milestone
Description
Refs: #193848
- need to check for TS 5.4 at least
- optimisations
- pass down need for update/create/delete events all the way down into watcher for correlated requests?
- deduplicate watchers that correlate to reduce file handles need?
- is TS deduplicating watch requests on same paths?
- explore how
fs.watchbehaves whennpm iorgit co - we should batch events in the extension and only emit in chunks to prevent 1 IPC call per event?
- enable the setting as experiment, default for insiders but disabled by default (!)
- see if TypeScript file watcher holds onto folders and causes EPERM TypeScript#54087 is better then
- explore file access with setting enabled using ProcMon on Windows
Metadata
Metadata
Assignees
Labels
file-watcherFile watcherFile watcheron-testplanplan-itemVS Code - planned item for upcomingVS Code - planned item for upcomingtypescriptTypescript support issuesTypescript support issues