Skip to content

Commit 2458a06

Browse files
authored
Merge pull request #1806 from hermit-os/vscode-settings
chore: update .vscode/settings.json
2 parents 80da0ed + 85eb68b commit 2458a06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.vscode/settings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"--quiet",
66
"--workspace",
77
"--message-format=json",
8-
"--all-targets",
8+
"--keep-going",
99
],
1010
// "rust-analyzer.cargo.target": "aarch64-unknown-none-softfloat",
1111
// "rust-analyzer.cargo.target": "riscv64gc-unknown-none-elf",
1212
"rust-analyzer.cargo.target": "x86_64-unknown-none",
1313
"rust-analyzer.check.overrideCommand": [
1414
"cargo",
1515
"clippy",
16-
"-Zbuild-std=core,alloc",
17-
"--quiet",
1816
"--message-format=json",
19-
// "--target=aarch64-unknown-none-softfloat",
20-
// "--target=riscv64gc-unknown-none-elf",
17+
"--all-targets",
18+
"-Zbuild-std=core,alloc",
19+
"--target=aarch64-unknown-none-softfloat",
20+
"--target=riscv64gc-unknown-none-elf",
2121
"--target=x86_64-unknown-none",
2222
],
2323
"rust-analyzer.check.targets": [

0 commit comments

Comments
 (0)