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 c4507b6 commit ab591aeCopy full SHA for ab591ae
.devcontainer/devcontainer.json
@@ -0,0 +1,6 @@
1
+{
2
+ "name": "rust-devcontainer",
3
+ "image": "mcr.microsoft.com/devcontainers/rust:latest",
4
+ "postCreateCommand": "rustc --version",
5
+ "remoteUser": "vscode"
6
+}
0 commit comments