Skip to content

Commit 9b7b626

Browse files
committed
build(vscode): don't check all architectures
1 parent 7e69055 commit 9b7b626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/settings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"-Zbuild-std=core,alloc",
1717
"--quiet",
1818
"--message-format=json",
19-
"--target=aarch64-unknown-none-softfloat",
20-
"--target=riscv64gc-unknown-none-elf",
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)