Skip to content

Commit

Permalink
codespaces: install && configure coverage gutters
Browse files Browse the repository at this point in the history
  • Loading branch information
JKatzwinkel authored Aug 14, 2023
1 parent 19cc2d9 commit 61fd911
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,19 @@
},
"postCreateCommand": [
"apt-get update && apt-get install -y fontconfig"
]
],
"customizations": {
"vscode": {
"extensions": [
"ryanluker.vscode-coverage-gutters"
],
"settings": {
"editor.renderWhitespace": "all",
"coverage-gutters.coverageFileNames": [
"jacocoTestReport.xml"
],
"coverage-gutters.showLineCoverage": true
}
}
}
}

0 comments on commit 61fd911

Please sign in to comment.