mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 01:41:01 +01:00
6e7a525d12
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
215 B
JSON
6 lines
215 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"typescript.preferences.importModuleSpecifier": "relative",
|
|
"typescript.tsdk": "./backend/node_modules/typescript/lib",
|
|
"rust-analyzer.procMacro.ignored": { "napi-derive": ["napi"] }
|
|
} |