Skip to content

Commit e19d0eb

Browse files
committed
Setup rust-analyzer with the right settings
1 parent b7967a8 commit e19d0eb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.devcontainer/devcontainer.json

+8
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,12 @@
1818
"ALCHEMY_URL": "${localEnv:ALCHEMY_URL}",
1919
"INFURA_URL": "${localEnv:INFURA_URL}"
2020
},
21+
"customizations": {
22+
"vscode": {
23+
"extensions": ["rust-lang.rust-analyzer"],
24+
"settings": {
25+
"rust-analyzer.rustfmt.extraArgs": ["+nightly"]
26+
}
27+
}
28+
}
2129
}

0 commit comments

Comments
 (0)