-
I have asked LLM and read the user document of gopls. But I still don't know how to turn off the gopls's web server. |
Beta Was this translation helpful? Give feedback.
Answered by
atwwww
Aug 24, 2025
Replies: 1 comment
-
just turn off the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
atwwww
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just turn off the
editor.codeActionsOnSave {"source": "always"}
in the settings.json.(found it by tacing the communication between gopls and vscode-go -_-!)