Skip to content

Commit

Permalink
Add liveshare to vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed May 15, 2024
1 parent e68ea51 commit 269c371
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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"
]
}

0 comments on commit 269c371

Please sign in to comment.