mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 21:32:55 +01:00
Fix vscode rust-analyzer config
This commit is contained in:
parent
0e00881826
commit
891acf30bf
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…
Reference in New Issue
Block a user