diff options
| author | kalkyl <[email protected]> | 2023-05-10 02:25:18 +0200 |
|---|---|---|
| committer | kalkyl <[email protected]> | 2023-05-10 02:25:18 +0200 |
| commit | 7b83d53bbfb5be30415d966504eacbd6f4c1cc90 (patch) | |
| tree | faa3c64af32e36d7855b143e53cd8ca5c3eddde8 | |
| parent | adefa4f86bd3f5da3cfe85c618603abba54921ea (diff) | |
vscode settings
| -rw-r--r-- | .vscode/settings.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index af1bd7b5c..231c407ad 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -1,15 +1,12 @@ | |||
| 1 | { | 1 | { |
| 2 | "editor.formatOnSave": true, | 2 | "editor.formatOnSave": true, |
| 3 | "[toml]": { | 3 | "[toml]": { |
| 4 | "editor.formatOnSave": false | 4 | "editor.formatOnSave": false |
| 5 | }, | 5 | }, |
| 6 | "rust-analyzer.check.allTargets": false, | 6 | "rust-analyzer.check.allTargets": false, |
| 7 | "rust-analyzer.check.noDefaultFeatures": true, | 7 | "rust-analyzer.check.noDefaultFeatures": true, |
| 8 | "rust-analyzer.cargo.noDefaultFeatures": true, | 8 | "rust-analyzer.cargo.noDefaultFeatures": true, |
| 9 | "rust-analyzer.cargo.target": "thumbv6m-none-eabi", | 9 | "rust-analyzer.cargo.target": "thumbv6m-none-eabi", |
| 10 | "rust-analyzer.cargo.features": [ | ||
| 11 | "nightly", | ||
| 12 | ], | ||
| 13 | "rust-analyzer.linkedProjects": [ | 10 | "rust-analyzer.linkedProjects": [ |
| 14 | ".\\examples\\Cargo.toml" | 11 | ".\\examples\\Cargo.toml" |
| 15 | ] | 12 | ] |
