-
Notifications
You must be signed in to change notification settings - Fork 819
-
- environment
- go version: 1.22.10
- gopls version: 0.16.2
- Editor: visual studio code
- question
When I save the .go file, three web pages whill appear:
http://127.0.0.1:55597/gopls/b0tSKAlgq9M/pkg/test?view=2
http://127.0.0.1:55597/gopls/b0tSKAlgq9M/freesymbols?file=file:///U
http://127.0.0.1:55597/gopls/b0tSKAlgq9M/splitpkg?view=2&pkg=test
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.
All reactions
Answered by
atwwww
Aug 24, 2025
just turn off the editor.codeActionsOnSave {"source": "always"}
in the settings.json.
(found it by tacing the communication between gopls and vscode-go -_-!)
Replies: 1 comment
-
just turn off the editor.codeActionsOnSave {"source": "always"}
in the settings.json.
(found it by tacing the communication between gopls and vscode-go -_-!)
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Answer selected by
atwwww
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment