mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-05-05 09:20:21 +02: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.tabSize": 8,
|
||||||
"editor.rulers": [80]
|
"editor.rulers": [
|
||||||
|
80
|
||||||
|
],
|
||||||
|
"go.buildTags": "autopilotrpc chainrpc dev invoicesrpc neutrinorpc peersrpc signrpc walletrpc watchtowerrpc"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user