We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff2712 commit f3fb617Copy full SHA for f3fb617
.devcontainer/devcontainer.json
@@ -19,5 +19,9 @@
19
}
20
21
},
22
- "postCreateCommand": "dotnet dev-certs https --trust && dotnet --list-sdks && echo 'Available .NET SDKs installed successfully!'"
+ "postCreateCommand": {
23
+ "dev certs": "dotnet dev-certs https --trust",
24
+ "mono": "sudo apt-get update && sudo apt-get install -y mono-devel",
25
+ "list sdks": "dotnet --list-sdks && echo 'Available .NET SDKs installed successfully!'"
26
+ }
27
0 commit comments