Skip to content

Commit

Permalink
Use vscode multi-root ws for esp-hal
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev authored and jessebraham committed Aug 23, 2022
1 parent 22ac479 commit 4c94337
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 92 deletions.
23 changes: 0 additions & 23 deletions esp-hal-common/.vscode/esp32.settings.json

This file was deleted.

23 changes: 0 additions & 23 deletions esp-hal-common/.vscode/esp32c3.settings.json

This file was deleted.

23 changes: 0 additions & 23 deletions esp-hal-common/.vscode/esp32s2.settings.json

This file was deleted.

23 changes: 0 additions & 23 deletions esp-hal-common/.vscode/esp32s3.settings.json

This file was deleted.

31 changes: 31 additions & 0 deletions esp-hal.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"folders": [
{
"path": "esp-hal-common"
},
{
"path": "esp32-hal"
},
{
"path": "esp32c3-hal"
},
{
"path": "esp32s2-hal"
},
{
"path": "esp32s3-hal"
},
{
"path": "esp-hal-procmacros"
}
],
"settings": {
"editor.formatOnSave": true,
"rust-analyzer.checkOnSave.allTargets": false,
"rust-analyzer.imports.granularity.enforce": true,
"rust-analyzer.imports.granularity.group": "crate",
"rust-analyzer.cargo.buildScripts.enable": true,
"rust-analyzer.procMacro.attributes.enable": true,
"rust-analyzer.procMacro.enable": true,
}
}

0 comments on commit 4c94337

Please sign in to comment.