Add rust toolchain config for vscode

This commit is contained in:
Jake Howard 2018-03-21 18:17:48 +00:00
parent c545bc1e57
commit fea35b9973
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -38,4 +38,8 @@
"--ignore=E501"
],
"python.linting.lintOnSave": true,
"rust.rustup": {
"toolchain": "stable-x86_64-unknown-linux-gnu"
},
"rust.mode": "rls"
}