embassy/.vscode/settings.json

16 lines
572 B
JSON
Raw Normal View History

2020-09-22 16:03:43 +00:00
{
"rust-analyzer.assist.importMergeBehavior": "last",
2020-09-22 16:03:43 +00:00
"editor.formatOnSave": true,
"rust-analyzer.cargo.allFeatures": false,
"rust-analyzer.checkOnSave.allFeatures": false,
"rust-analyzer.checkOnSave.allTargets": false,
2021-04-14 14:01:14 +00:00
"rust-analyzer.cargo.target": "thumbv7em-none-eabihf",
"rust-analyzer.checkOnSave.target": "thumbv7em-none-eabihf",
2021-02-19 23:27:34 +00:00
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
2020-09-22 16:03:43 +00:00
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/target/**": true
}
}