Skip to content

Instantly share code, notes, and snippets.

@sergii4
Created March 13, 2021 15:23
Show Gist options
  • Save sergii4/236d26a5c91e75c54ade9e3ae5925151 to your computer and use it in GitHub Desktop.
Save sergii4/236d26a5c91e75c54ade9e3ae5925151 to your computer and use it in GitHub Desktop.
VSCode Go plugin gopls trace settings
{
"go.languageServerFlags": [
"-logfile=/tmp/vs-gopls.log", "-rpc.trace"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment