mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 22:46:54 +01:00
See issue: https://github.com/napi-rs/napi-rs/issues/944#issuecomment-1013002760 This will ignore expanding the napi macro for rust-analyzer, letting auto-complete work inside the napi impl blocks.
6 lines
No EOL
215 B
JSON
6 lines
No EOL
215 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"typescript.preferences.importModuleSpecifier": "relative",
|
|
"typescript.tsdk": "./backend/node_modules/typescript/lib",
|
|
"rust-analyzer.procMacro.ignored": { "napi-derive": ["napi"] }
|
|
} |