garethflowers / vscode-portable

Portable version of the Visual Studio Code editor.
https://garethflowers.dev/vscode-portable/
GNU General Public License v2.0
512 stars 71 forks source link

Orphaned Code.exe processes #20

Closed ghost closed 7 years ago

ghost commented 7 years ago

Thank you for an excellent and most valuable project. I'm seeing one issue: After closing VS code there are up to four orphaned Code.exe processes running in the background consuming RAM, and when VS code is opened again and then closed minutes later, there are then more orphaned Code.exe processes, as seen in Task Manager, and free RAM gets consumed, possibly crashing the computer. This is a Windows 10, 64 bit machine.

garethflowers commented 7 years ago

This kind of problem is usually caused by an extension. Try disabling all extensions in VSCode and retrying.