Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Add devcontainer.json file with customizations for VS Code extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
kurmann committed Apr 26, 2024
1 parent 3675279 commit 326c55f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/entities-repo/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"customizations": {
"vscode": {
"extensions": [
"GitHub.copilot",
"GitHub.vscode-github-actions",
"ms-dotnettools.csdevkit"
]
}
}
}

0 comments on commit 326c55f

Please sign in to comment.