Files
OpenSK/.vscode/settings.json
Jean-Michel Picod f91d2fd3db Initial commit
2020-01-30 11:47:29 +01:00

8 lines
234 B
JSON

{
"editor.formatOnSave": true,
"rust-client.channel": "nightly",
// The toolchain is updated from time to time so let's make sure that RLS is updated too
"rust-client.updateOnStartup": true,
"rust.clippy_preference": "on"
}