From 0759b2657cd11c98d0f3599cb11fc725683a843a Mon Sep 17 00:00:00 2001 From: Keagan McClelland Date: Tue, 14 Nov 2023 16:40:24 -0800 Subject: [PATCH] meta: add build tags to workspace settings for lsp support --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2e30ce048c..84e81e0325 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,7 @@ { "editor.tabSize": 8, - "editor.rulers": [80] + "editor.rulers": [ + 80 + ], + "go.buildTags": "autopilotrpc chainrpc dev invoicesrpc neutrinorpc peersrpc signrpc walletrpc watchtowerrpc" } \ No newline at end of file