Skip to content

Commit

Permalink
Update gopls config in .vscode/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adambabik committed Feb 12, 2025
1 parent 6565eae commit 8bed5df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
]
},
"go.buildTags": "docker_enabled,test_with_txtar",
"gopls": {
"formatting.gofumpt": true,
"formatting.local": "github.com/stateful/runme"
},
"makefile.configureOnOpen": false
// Uncomment if you want to work on files in ./web.
// "go.buildTags": "js,wasm",
Expand Down

0 comments on commit 8bed5df

Please sign in to comment.