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

9 lines
244 B
JSON
Raw 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"],
"rust-analyzer.cargo.target": "xtensa-esp32s3-none-elf",
}