mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-30 14:41:39 +00:00
9 lines
286 B
JSON
9 lines
286 B
JSON
{
|
|
"rust-analyzer.linkedProjects": [
|
|
"${workspaceFolder}/taptrade-cli-demo/coordinator/Cargo.toml",
|
|
"${workspaceFolder}/taptrade-cli-demo/trader/Cargo.toml",
|
|
],
|
|
"nixEnvSelector.suggestion": true,
|
|
"nixEnvSelector.nixFile": "${workspaceFolder}/shell.nix"
|
|
}
|