From 6690b65e586214e0b07ff419d36b2580d2c1483e Mon Sep 17 00:00:00 2001 From: evoskuil Date: Mon, 28 Oct 2024 21:47:48 -0400 Subject: [PATCH] Add workspace file for vscode. --- builds/vscode/network.code-workspace | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 builds/vscode/network.code-workspace diff --git a/builds/vscode/network.code-workspace b/builds/vscode/network.code-workspace new file mode 100644 index 00000000..6668a2a2 --- /dev/null +++ b/builds/vscode/network.code-workspace @@ -0,0 +1,11 @@ +{ + "folders": [ + { + "path": "../../../libbitcoin-system" + }, + { + "path": "../../../libbitcoin-network" + } + ], + "settings": {} +}