Skip to content

Commit d464298

Browse files
committed
fix(settings): enable procMacro for clap
Signed-off-by: YdrMaster <ydrml@hotmail.com>
1 parent 598e011 commit d464298

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"rust.all_targets": false,
77
// For Rust Analyzer plugin users:
88
"rust-analyzer.cargo.target": "riscv64imac-unknown-none-elf",
9-
"rust-analyzer.checkOnSave.enable": false
9+
"rust-analyzer.checkOnSave.enable": false,
10+
// Other settings
11+
// For clap
12+
"rust-analyzer.procMacro.attributes.enable": true,
1013
}

0 commit comments

Comments
 (0)