diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..8f08aaf --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,14 @@ +{ + "name": "C# (.NET)", + "image": "mcr.microsoft.com/devcontainers/dotnet:1-8.0", + "customizations": { + "vscode": { + "settings": {}, + "extensions": [ + "github.copilot", + "github.copilot-chat", + "ms-dotnettools.csdevkit" + ] + } + } +} \ No newline at end of file