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

9 lines
251 B
JSON

{
"[rust]": {
"editor.formatOnSave": true,
},
// helps remove rust-analyser errors due to requiring a feature flag and target
"rust-analyzer.cargo.features": ["esp32s3", "log"],
"rust-analyzer.cargo.target": "xtensa-esp32s3-none-elf",
}