Does this issue occur when all extensions are disabled?: Yes
Version: 1.88.1 (Universal)
Commit: e170252
Date: 2024-04-10T17:42:52.765Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Darwin x64 23.4.0
Steps to Reproduce:
- Open remote workspace with a TypeScript file
- Wait for the "Initializing JS/TS language features" status bar indicator to stop appearing.
- Run this script to get the list of ionotify watcher processes: https://gist.github.com/richtera/f6c228d0a28f69a213aa7afc38a1c98d
- Note the number of processes whose
COMMAND looks like ~/.vscode-server/cli/servers/Stable-e170252f762678dec6ca2cc69aba1570769a5d39/server/node
- Reload the window.
- Repeat steps 2 through 4 and see that the number noted from step 4 increased from the last time.
First run:
INOTIFY INSTANCES
WATCHES PER
COUNT PROCESS PID USER COMMAND
------------------------------------------------------------
34318 1 794015 jcready /home/jcready/.vscode-server/cli/servers/Stable-e170252f762678dec6ca2cc69aba1570769a5d39/server/node /home/jcready/.vscode-server/cli/servers/Stable-e170252f762678dec6ca2cc69aba1570769a5d39/server/out/bootstrap-fork --type=fileWatcher
14248 1 809038 jcready /home/jcready/.vscode-server/cli/servers/Stable-e170252f762678dec6ca2cc69aba1570769a5d39/server/node --max-old-space-size=3072 /home/jcready/repo/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --enableTelemetry --cancellationPipeName /tmp/vscode-typescript1551/48d5
After reloading the window:
INOTIFY INSTANCES
WATCHES PER
COUNT PROCESS PID USER COMMAND
------------------------------------------------------------
34318 1 815144 jcready /home/jcready/.vscode-server/cli/servers/Stable-e170252f762678dec6ca2cc69aba1570769a5d39/server/node /home/jcready/.vscode-server/cli/servers/Stable-e170252f762678dec6ca2cc69aba1570769a5d39/server/out/bootstrap-fork --type=fileWatcher
34318 1 794015 jcready /home/jcready/.vscode-server/cli/servers/Stable-e170252f762678dec6ca2cc69aba1570769a5d39/server/node /home/jcready/.vscode-server/cli/servers/Stable-e170252f762678dec6ca2cc69aba1570769a5d39/server/out/bootstrap-fork --type=fileWatcher
14248 1 814816 jcready /home/jcready/.vscode-server/cli/servers/Stable-e170252f762678dec6ca2cc69aba1570769a5d39/server/node --max-old-space-size=3072 /home/jcready/repo/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --enableTelemetry --cancellationPipeName /tmp/vscode-typescript1551/80e6
14248 1 809038 jcready /home/jcready/.vscode-server/cli/servers/Stable-e170252f762678dec6ca2cc69aba1570769a5d39/server/node --max-old-space-size=3072 /home/jcready/repo/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --enableTelemetry --cancellationPipeName /tmp/vscode-typescript1551/48d5
Does this issue occur when all extensions are disabled?: Yes
Version: 1.88.1 (Universal)
Commit: e170252
Date: 2024-04-10T17:42:52.765Z
Electron: 28.2.8
ElectronBuildId: 27744544
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Darwin x64 23.4.0
Steps to Reproduce:
COMMANDlooks like~/.vscode-server/cli/servers/Stable-e170252f762678dec6ca2cc69aba1570769a5d39/server/nodeFirst run:
After reloading the window: