mirror of
https://github.com/mempool/mempool.git
synced 2025-03-11 01:36:50 +01:00
Fix vscode rust-analyzer config
This commit is contained in:
parent
0e00881826
commit
891acf30bf
1 changed files with 4 additions and 1 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"editor.tabSize": 2,
|
||||
"typescript.preferences.importModuleSpecifier": "relative",
|
||||
"typescript.tsdk": "./backend/node_modules/typescript/lib"
|
||||
"typescript.tsdk": "./backend/node_modules/typescript/lib",
|
||||
"rust-analyzer.linkedProjects": [
|
||||
"./backend/rust-gbt/Cargo.toml"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue