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
After working for several time after saving my go code (format on save is on) vscode freezes (everything editor, sidebar, terminal). I checked what cause freeze in system monitor and found gocode-gomod eating up my almost all available memory however that doesn't cause my window lag or any other runing app freeze. After some second vscode asks me to reload.
OS- Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
I'm sorry you're having this experience. gocode-gomod is in maintenance mode, so active development has been paused. I would recommend switching to the language server, gopls for a better experience. You can enable it by setting "go.useLanguageServer": true in your editor.
I'm sorry you're having this experience. gocode-gomod is in maintenance mode, so active development has been paused. I would recommend switching to the language server, gopls for a better experience. You can enable it by setting "go.useLanguageServer": true in your editor.
Thanks.
gopls also eating huge memory 😁 but it is faster than gocode-gomod.
go version
code -v
VS Code Go extension version
go env
After working for several time after saving my go code (format on save is on) vscode freezes (everything editor, sidebar, terminal). I checked what cause freeze in system monitor and found gocode-gomod eating up my almost all available memory however that doesn't cause my window lag or any other runing app freeze. After some second vscode asks me to reload.
OS- Ubuntu 20.04
The text was updated successfully, but these errors were encountered: