2026-02-26 00:35:57 +01:00
|
|
|
{
|
|
|
|
|
"[rust]": {
|
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
|
},
|
|
|
|
|
// helps remove rust-analyser errors due to requiring a feature flag and target
|
2026-02-27 01:14:03 +01:00
|
|
|
"rust-analyzer.cargo.features": ["esp32s3", "log"],
|
2026-02-26 00:35:57 +01:00
|
|
|
"rust-analyzer.cargo.target": "xtensa-esp32s3-none-elf",
|
|
|
|
|
}
|