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

Commit

Permalink
Merge pull request #58 from kurmann/57-add-devcontainer-to-class-lib-…
Browse files Browse the repository at this point in the history
…repo

Konfigurationsdatei `devcontainer.json` dem `classlib-repo` hinzugefügt
  • Loading branch information
kurmann committed Apr 26, 2024
2 parents 3675279 + 326c55f commit 3f97b70
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 3f97b70

Please sign in to comment.