We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16296ed commit 8971013Copy full SHA for 8971013
1 file changed
.devcontainer/devcontainer.json
@@ -0,0 +1,15 @@
1
+{
2
+ "image": "mcr.microsoft.com/devcontainers/universal:2",
3
+ "features": {
4
+ "ghcr.io/devcontainers/features/rust:1": {},
5
+ "ghcr.io/devcontainers/features/azure-cli:1": {}
6
+ },
7
+ "postCreateCommand": "./scripts/install.sh",
8
+ "customizations": {
9
+ "vscode": {
10
+ "extensions": [
11
+ "rust-lang.rust-analyzer"
12
+ ]
13
+ }
14
15
+}
0 commit comments