Skip to content

Commit

Permalink
run generate-lcov on save *.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kwitsch committed Nov 11, 2023
1 parent d0f795e commit d71dae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"commands": [
{
"match": "\\.go$",
"cmd": "cd ${workspaceFolder} && make lcov",
"cmd": "./.devcontainer/scripts/generate-lcov.sh",
"silent": true
}
]
Expand Down

0 comments on commit d71dae1

Please sign in to comment.