2020-09-22 18:03:43 +02:00
|
|
|
{
|
2021-02-02 05:14:52 +01:00
|
|
|
"rust-analyzer.assist.importMergeBehavior": "last",
|
2020-09-22 18:03:43 +02:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"rust-analyzer.cargo.allFeatures": false,
|
|
|
|
"rust-analyzer.checkOnSave.allFeatures": false,
|
|
|
|
"rust-analyzer.checkOnSave.allTargets": false,
|
|
|
|
"files.watcherExclude": {
|
|
|
|
"**/.git/objects/**": true,
|
|
|
|
"**/.git/subtree-cache/**": true,
|
|
|
|
"**/target/**": true
|
|
|
|
}
|
2021-02-02 05:14:52 +01:00
|
|
|
}
|