Skip to content

Commit 88429bf

Browse files
committed
Add rust-analyzer procMacro ignored settings for napi-derive
Signed-off-by: avifenesh <aviarchi1994@gmail.com>
1 parent 3a98399 commit 88429bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"editor.codeActionsOnSave": {
55
"source.organizeImports": "always"
66
},
7+
"rust-analyzer.procMacro.ignored": {
8+
"napi-derive": ["napi"]
9+
},
710
"editor.formatOnSave": true,
811
"files.insertFinalNewline": true,
912
"files.trimFinalNewlines": true,

0 commit comments

Comments
 (0)