watcher - implement and adopt universal file watcher

This commit is contained in:
Benjamin Pasero
2022-01-14 08:03:15 +01:00
parent eecbd962ef
commit b03fe7a97c
21 changed files with 1242 additions and 924 deletions

View File

@@ -103,7 +103,7 @@ const serverEntryPoints = [
exclude: ['vs/css', 'vs/nls']
},
{
name: 'vs/platform/files/node/watcher/parcel/parcelWatcherMain',
name: 'vs/platform/files/node/watcher/watcherMain',
exclude: ['vs/css', 'vs/nls']
},
{