mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-29 05:10:55 +00:00
31 lines
583 B
Plaintext
31 lines
583 B
Plaintext
{
|
|
"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,
|
|
}
|
|
} |