Skip to content

Commit d128111

Browse files
committed
test: add BITCOIND_TEST=1 for running tests in VSCode
1 parent 0b4f3b2 commit d128111

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)