meta: add build tags to workspace settings for lsp support

This commit is contained in:
Keagan McClelland 2023-11-14 16:40:24 -08:00
parent e02fd39ce6
commit 0759b2657c

View File

@ -1,4 +1,7 @@
{
"editor.tabSize": 8,
"editor.rulers": [80]
"editor.rulers": [
80
],
"go.buildTags": "autopilotrpc chainrpc dev invoicesrpc neutrinorpc peersrpc signrpc walletrpc watchtowerrpc"
}