We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afc7ed commit 351e4e2Copy full SHA for 351e4e2
.devcontainer/devcontainer.json
@@ -1,5 +1,5 @@
1
{
2
- "image": "mcr.microsoft.com/devcontainers/universal:2",
+ "image": "mcr.microsoft.com/devcontainers/universal:2-linux",
3
"waitFor": "onCreateCommand",
4
"onCreateCommand": ".devcontainer/setup.sh",
5
"updateContentCommand": "cargo build",
0 commit comments