9 lines
244 B
JSON
9 lines
244 B
JSON
|
|
{
|
||
|
|
"[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",
|
||
|
|
}
|