diff --git a/templates/entities-repo/.devcontainer/devcontainer.json b/templates/entities-repo/.devcontainer/devcontainer.json new file mode 100644 index 0000000..cacce45 --- /dev/null +++ b/templates/entities-repo/.devcontainer/devcontainer.json @@ -0,0 +1,11 @@ +{ + "customizations": { + "vscode": { + "extensions": [ + "GitHub.copilot", + "GitHub.vscode-github-actions", + "ms-dotnettools.csdevkit" + ] + } + } +} \ No newline at end of file