Skip to content

Commit

Permalink
hide lcov.info in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
kwitsch committed Nov 14, 2023
1 parent b506b36 commit 228efd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"tooltitudeteam.tooltitude"
],
"settings": {
"files.exclude": {
"**/lcov.info": true
},
"go.lintFlags": ["--config=${containerWorkspaceFolder}/.golangci.yml"],
"go.alternateTools": {
"go-langserver": "gopls"
Expand Down

0 comments on commit 228efd5

Please sign in to comment.