We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91f156 commit c47e80dCopy full SHA for c47e80d
.vscode/settings.json
@@ -0,0 +1,13 @@
1
+{
2
+ "rust-analyzer.cargo.allTargets": false,
3
+ "[rust]": {
4
+ "editor.formatOnSave": true,
5
+ },
6
+ "rust-analyzer.linkedProjects": [
7
+ "esp-hal-buzzer/Cargo.toml",
8
+ "esp-hal-smartled/Cargo.toml"
9
+ ],
10
+ // helps remove rust-analyser errors due to requiring a feature flag and target
11
+ "rust-analyzer.cargo.features": ["esp32c3"],
12
+ "rust-analyzer.cargo.target": "riscv32imc-unknown-none-elf",
13
+}
0 commit comments