Skip to content

Commit

Permalink
Cleanup VSCode workspace (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
chokoswitch authored Jun 6, 2024
1 parent 3b3b298 commit be7857c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go-build.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@
}
],
"extensions": {
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
"recommendations": ["esbenp.prettier-vscode"]
},
"settings": {
"editor.tabSize": 2,
"eslint.workingDirectories": [{ "mode": "auto" }],
"[github-actions-workflow]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"go.lintFlags": ["--fix"],
"go.lintOnSave": "package",
"go.lintTool": "golangci-lint",
"gopls": {
"formatting.gofumpt": true
},
Expand Down

0 comments on commit be7857c

Please sign in to comment.