Skip to content

Commit b47cfb8

Browse files
authored
Merge pull request #5231 from stacks-network/chore/add-env-var
test: add `BITCOIND_TEST=1` for running tests in VSCode
2 parents 0b4f3b2 + d128111 commit b47cfb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"lldb.adapterType": "native",
3-
"lldb.launch.sourceLanguages": ["rust"]
3+
"lldb.launch.sourceLanguages": ["rust"],
4+
"rust-analyzer.runnables.extraEnv": {
5+
"BITCOIND_TEST": "1"
6+
}
47
}

0 commit comments

Comments
 (0)