aeaa34d7a1
- It's no longer possible to call run() reentrantly from within a task (soundness issue) - it's now possible to spawn Send tasks across threads (SendSpawner, #37)
12 lines
358 B
JSON
12 lines
358 B
JSON
{
|
|
"rust-analyzer.assist.importMergeBehavior": "last",
|
|
"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
|
|
}
|
|
} |