mirror of
https://github.com/RoboSats/taptrade-core.git
synced 2025-07-30 06:31:39 +00:00
11 lines
359 B
JSON
11 lines
359 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",
|
|
"lldb.showDisassembly": "never",
|
|
"vim.useSystemClipboard": true
|
|
}
|