We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e7703 commit 80b63feCopy full SHA for 80b63fe
.devcontainer/devcontainer.json
@@ -0,0 +1,21 @@
1
+{
2
+ "name": "C# (.NET)",
3
+ "image": "mcr.microsoft.com/devcontainers/dotnet:latest"
4
+
5
+ // Features to add to the dev container. More info: https://containers.dev/features.
6
+ // "features": {},
7
8
+ // Use 'forwardPorts' to make a list of ports inside the container available locally.
9
+ // "forwardPorts": [5000, 5001],
10
+ // "portsAttributes": {
11
+ // "5001": {
12
+ // "protocol": "https"
13
+ // }
14
15
16
+ // Use 'postCreateCommand' to run commands after the container is created.
17
+ // "postCreateCommand": "dotnet restore",
18
19
+ // Configure tool-specific properties.
20
+ // "customizations": {},
21
+}
0 commit comments