Skip to content

Commit

Permalink
include "search.exclude" in settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal-Delange committed Feb 16, 2024
1 parent 1b5ca94 commit 2f3c7d8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
{
"go.useLanguageServer": true,
"gopls": {
"formatting.gofumpt": true
"formatting.gofumpt": true
},
"go.toolsEnvVars": {
"GOFUMPT_SPLIT_LONG_LINES": "on"
},
"search.exclude": {
"go.mod": true,
"go.sum": true,
"tempFiles/*": true,
"**/*.ndjson": true,
"LICENSE": true
},
}

0 comments on commit 2f3c7d8

Please sign in to comment.