Skip to content

Commit

Permalink
configure extension for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
eliogovea committed Oct 2, 2024
1 parent 4d24286 commit f6d8e50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"mhutchie.git-graph",
"cschlosser.doxdocgen",
"ms-azuretools.vscode-docker",
"ms-vscode.cpptools-extension-pack"
"ms-vscode.cpptools-extension-pack",
"ryanluker.vscode-coverage-gutters"
],
// Set *default* container specific settings.json values on container create.
"settings": {
Expand Down Expand Up @@ -69,6 +70,7 @@
"C_Cpp.errorSquiggles": "enabled",
"C_Cpp.hover": "default",
"C_Cpp.formatting": "clangFormat",
"coverage-gutters.coverageReportFileName": "build/make-gcc-debug-coverage/lcov.info",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
Expand Down

0 comments on commit f6d8e50

Please sign in to comment.