Skip to content

Instantly share code, notes, and snippets.

@ejdoh1
Created May 3, 2019 01:29
Show Gist options
  • Save ejdoh1/5fc2196cda32fbd3399292a8564f60a8 to your computer and use it in GitHub Desktop.
Save ejdoh1/5fc2196cda32fbd3399292a8564f60a8 to your computer and use it in GitHub Desktop.
Golang autoformat not working in VSCode
{
"go.formatTool": "gofmt",
// the fix is to remove useLanguageServer setting
// "go.useLanguageServer": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment