We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4003f74 + 409672c commit b80ac37Copy full SHA for b80ac37
1 file changed
.devcontainer/devcontainer.json
@@ -0,0 +1,15 @@
1
+// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2
+// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
3
+{
4
+ "name": "C# (.NET)",
5
+ // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
+ "image": "mcr.microsoft.com/devcontainers/dotnet:2-10.0-noble",
7
+ "customizations": {
8
+ "vscode": {
9
+ "extensions": [
10
+ "ms-dotnettools.csdevkit"
11
+ ]
12
+ }
13
+ },
14
+ "postCreateCommand": "dotnet restore"
15
+}
0 commit comments