Skip to content

Commit

Permalink
Add liveshare to vscode devcontainer (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog authored May 15, 2024
2 parents b784be2 + 1e69452 commit 3840ba0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"github.vscode-github-actions",
"mhutchie.git-graph",
"markis.code-coverage",
"qwtel.sqlite-viewer"
"qwtel.sqlite-viewer",
"ms-vsliveshare.vsliveshare"
],
"settings": {
"editor.formatOnPaste": false,
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"github.vscode-github-actions",
"mhutchie.git-graph",
"markis.code-coverage",
"qwtel.sqlite-viewer"
"qwtel.sqlite-viewer",
"ms-vsliveshare.vsliveshare"
]
}
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ sonar.python.version=3.10,3.11,3.12

sonar.python.coverage.reportPaths=coverage.xml

sonar.coverage.exclusions=tad/migration/
sonar.coverage.exclusions=tad/migrations/

0 comments on commit 3840ba0

Please sign in to comment.