microsoft / vscode

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

Old extensionHost process is not killed immediately after reloading vscode web tab in the browser #234943

Closed jeanp413 closed 3 hours ago

jeanp413 commented 5 hours ago

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

Steps to Reproduce:

  1. start vscode-server
  2. open vscode on the browser
  3. reload window
  4. ๐Ÿ› observe old extensionHost process is not killed after window is reloaded, it dies after 5 min.
jeanp413 commented 5 hours ago

Caused after the changes in https://github.com/microsoft/vscode/pull/223422