We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a98399 commit 88429bfCopy full SHA for 88429bf
.vscode/settings.json
@@ -4,6 +4,9 @@
4
"editor.codeActionsOnSave": {
5
"source.organizeImports": "always"
6
},
7
+ "rust-analyzer.procMacro.ignored": {
8
+ "napi-derive": ["napi"]
9
+ },
10
"editor.formatOnSave": true,
11
"files.insertFinalNewline": true,
12
"files.trimFinalNewlines": true,
0 commit comments