mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
14 lines
452 B
JSON
14 lines
452 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,
|
|
"rust-analyzer.procMacro.enable": true,
|
|
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
|
|
"files.watcherExclude": {
|
|
"**/.git/objects/**": true,
|
|
"**/.git/subtree-cache/**": true,
|
|
"**/target/**": true
|
|
}
|
|
} |