From c3cfbdcabe884341ad941b5f791b86c3210e64cd Mon Sep 17 00:00:00 2001 From: Phillip Mienk Date: Thu, 31 Oct 2024 13:40:45 -0700 Subject: [PATCH] Regenerate artifacts (with corrections). --- builds/vscode/node.code-workspace | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/builds/vscode/node.code-workspace b/builds/vscode/node.code-workspace index 7f9d330b..fdeb6377 100644 --- a/builds/vscode/node.code-workspace +++ b/builds/vscode/node.code-workspace @@ -1,17 +1,17 @@ { - "folders": [ - { - "path": "../../../libbitcoin-system" - }, - { - "path": "../../../libbitcoin-network" - }, - { - "path": "../../../libbitcoin-database" - }, - { - "path": "../../../libbitcoin-node" - } + "folders": [ + { + "path": "../../../libbitcoin-system" + }, + { + "path": "../../../libbitcoin-network" + }, + { + "path": "../../../libbitcoin-database" + }, + { + "path": "../../../libbitcoin-node" + } ], "settings": {} }