junderw
6e7a525d12
Fix: napi macro breaks rust-analyzer
...
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.
2023-07-03 10:18:19 -04:00
junderw
920232be4c
Use Cargo workspace
...
Cargo workspace in the root will help make the IDE experience universal.
Cargo.lock and the target directory for build artifacts will be in the root
of the mempool repository (with ./target ignored by git).
2023-07-03 10:18:15 -04:00
Mononaut
891acf30bf
Fix vscode rust-analyzer config
2023-07-03 10:18:15 -04:00
softsimon
c18dc44f4d
Default relative paths in VsCode
2023-03-03 14:58:25 +09:00
softsimon
ec12f21113
Backend: Bumping Typescript version to 4.4.2 ( #748 )
...
* Backend: Bumping Typescript version to 4.4.2
* Replacing any types with instanceOf checks.
2021-08-31 15:09:33 +03:00