diff options
| author | Raul Alimbekov <[email protected]> | 2025-12-16 09:05:22 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-16 09:05:22 +0300 |
| commit | c9a04b4b732b7a3b696eb8223664c1a7942b1875 (patch) | |
| tree | 6dbe5c02e66eed8d8762f13f95afd24f8db2b38c /.vscode/settings.json | |
| parent | cde24a3ef1117653ba5ed4184102b33f745782fb (diff) | |
| parent | 5ae6e060ec1c90561719aabdc29d5b6e7b8b0a82 (diff) | |
Merge branch 'main' into main
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index c504f3ccd..2b99a313d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | "[markdown]": { | 5 | "[markdown]": { |
| 6 | "editor.formatOnSave": false | 6 | "editor.formatOnSave": false |
| 7 | }, | 7 | }, |
| 8 | "rust-analyzer.rustfmt.extraArgs": [ | ||
| 9 | "+nightly" | ||
| 10 | ], | ||
| 8 | "rust-analyzer.check.allTargets": false, | 11 | "rust-analyzer.check.allTargets": false, |
| 9 | "rust-analyzer.check.noDefaultFeatures": true, | 12 | "rust-analyzer.check.noDefaultFeatures": true, |
| 10 | "rust-analyzer.cargo.noDefaultFeatures": true, | 13 | "rust-analyzer.cargo.noDefaultFeatures": true, |
| @@ -31,6 +34,7 @@ | |||
| 31 | // "examples/mspm0c1104/Cargo.toml", | 34 | // "examples/mspm0c1104/Cargo.toml", |
| 32 | // "examples/mspm0g3507/Cargo.toml", | 35 | // "examples/mspm0g3507/Cargo.toml", |
| 33 | // "examples/mspm0g3519/Cargo.toml", | 36 | // "examples/mspm0g3519/Cargo.toml", |
| 37 | // "examples/mspm0g5187/Cargo.toml", | ||
| 34 | // "examples/mspm0l1306/Cargo.toml", | 38 | // "examples/mspm0l1306/Cargo.toml", |
| 35 | // "examples/mspm0l2228/Cargo.toml", | 39 | // "examples/mspm0l2228/Cargo.toml", |
| 36 | // "examples/nrf52840-rtic/Cargo.toml", | 40 | // "examples/nrf52840-rtic/Cargo.toml", |
| @@ -61,4 +65,4 @@ | |||
| 61 | // "examples/stm32wl/Cargo.toml", | 65 | // "examples/stm32wl/Cargo.toml", |
| 62 | // "examples/wasm/Cargo.toml", | 66 | // "examples/wasm/Cargo.toml", |
| 63 | ], | 67 | ], |
| 64 | } | 68 | } \ No newline at end of file |
