You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Today I use vscode to develop a golang project , and find I am so in need this features if without it just can kill language server in task manager and wait vscode restart the language server
the best developer also can't catch various situations, like move a go file to another package the language server can't know how to do and I lose tips , why not give the language server a choice to restart
The text was updated successfully, but these errors were encountered:
BaseLanguageClient exposes a start() method, and LanguageClient exposes a stop() method. I'm assuming a command could use those to restart the underlying language server. Would anyone be willing to confirm that?
The latest beta version of this extension has the command Go: Restart Language Server that can be used to restart the language server. Thanks @SteelPhase!
The same as #2324
Today I use vscode to develop a golang project , and find I am so in need this features if without it just can kill language server in task manager and wait vscode restart the language server
the best developer also can't catch various situations, like move a go file to another package the language server can't know how to do and I lose tips , why not give the language server a choice to restart
The text was updated successfully, but these errors were encountered: