8 lines
234 B
JSON
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"
|
|
}
|