mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
meta: add build tags to workspace settings for lsp support
This commit is contained in:
parent
e02fd39ce6
commit
0759b2657c
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -1,4 +1,7 @@
|
||||
{
|
||||
"editor.tabSize": 8,
|
||||
"editor.rulers": [80]
|
||||
"editor.rulers": [
|
||||
80
|
||||
],
|
||||
"go.buildTags": "autopilotrpc chainrpc dev invoicesrpc neutrinorpc peersrpc signrpc walletrpc watchtowerrpc"
|
||||
}
|
Loading…
Reference in New Issue
Block a user