Skip to content

Commit

Permalink
chore: coverage plugin added to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
rpuigm authored Feb 16, 2024
1 parent 5aafa8f commit c052fc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
"ghcr.io/devcontainers-contrib/features/angular-cli:2": {}

},
"customizations": {
"vscode": {
"extensions": [
"ryanluker.vscode-coverage-gutters"
]
}
},
//"customizations": {
//"vscode": {
//"extensions": [
Expand Down

0 comments on commit c052fc9

Please sign in to comment.