-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[code-desktop] stop the local app when uninstalling extension #6127
Comments
For context, the original user feedback associated with this issue is:
I’m not sure I fully understand the feedback. As the VS Code Remote extension is a separate app / process to the companion app, so I don't think it makes sense for the two applications to be linked. For instance, a user may have the local companion app running for direct SSH access to their workspace, and not just for the VSCode extension. Options/thoughts:
EDIT: My fault, it seems this issue occurs during usage of the VSCode Extension, not the binary directly. |
It is not really like that, sorry for confusion. VS Code Desktop is using own instance managed by Gitpod VS Code extension. It should not exist if Gitpod VS Code extension is uninstalled. |
+1 This we should do. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Should be addressed in: #8513 |
The VSCode plugin for the local companion app / remote VSCode spawns a process that is not removed or cleaned up when the extension is subsequently uninstalled. Removal of the VSCode extension should also close the process.
The text was updated successfully, but these errors were encountered: