-
-
Notifications
You must be signed in to change notification settings - Fork 391
Add restart command #979
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
Comments
Maybe interesting: haskell/vscode-haskell#191 |
Doesn’t |
This seems like a very VS code specific feature. For those of us in Emacs, we can already do |
@cocreature reload let's you do it and more - too much more - clearing editor context, active searches, terminal windows and the like. It is entirely a vs code feature and may well end up exclusively in the TypeScript per of the project. |
If we get to the point that the fact that |
We're at that point already. See haskell/ghcide#381. What happens when I upgrade stack. Or install something in my global package dB. Or upgrade ghcide. I've had all those happen yesterday. Rust is way more stable as an IDE and even there it's not uncommon to need to unstick it. I agree we should minimise the issues, and fix most of them, but not having the easy fix just hurts. |
Fair, I guess adding some logic for restarts to the VSCode extension shouldn’t be too hard. |
VSCode added a "Restart Extension Host" command which restarts all extensions, but for my use cases, is close enough to what I want here. My desire for this feature has gone, so closing this ticket (but if anyone else with a different editor feels it would be useful please reopen). |
The Rust IDE provides a VS Code action to restart the IDE server - which lets you both experiment and work around bugs quickly without restarting the entire IDE. Would be super useful to have in the extension.
The text was updated successfully, but these errors were encountered: