stinb / UnderstandForVSCode

VS Code extension for Understand
https://www.scitools.com
MIT License
1 stars 0 forks source link

Exit userver to add support for "Remote - SSH" #18

Open RobbyCBennett opened 5 months ago

RobbyCBennett commented 5 months ago

Remote - SSH

The executable userver keeps on running. This is probably because it previously relied on the parent process to die, and the vscode SSH server doesn't seem to die.

RobbyCBennett commented 5 months ago

This is caused by vscode: https://github.com/microsoft/vscode/issues/211462, which was apparently fixed. For our purposes, it's still partially broken.