esp-hal-bounce-buffers/.vscode/settings.json

9 lines
251 B
JSON
Raw Permalink Normal View History

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
"rust-analyzer.cargo.features": ["esp32s3", "log"],
2026-02-26 00:35:57 +01:00
"rust-analyzer.cargo.target": "xtensa-esp32s3-none-elf",
}