Add rust toolchain config for vscode
This commit is contained in:
parent
c545bc1e57
commit
fea35b9973
1 changed files with 4 additions and 0 deletions
|
@ -38,4 +38,8 @@
|
||||||
"--ignore=E501"
|
"--ignore=E501"
|
||||||
],
|
],
|
||||||
"python.linting.lintOnSave": true,
|
"python.linting.lintOnSave": true,
|
||||||
|
"rust.rustup": {
|
||||||
|
"toolchain": "stable-x86_64-unknown-linux-gnu"
|
||||||
|
},
|
||||||
|
"rust.mode": "rls"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue