mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +01:00
meta: add build tags to workspace settings for lsp support
This commit is contained in:
parent
e02fd39ce6
commit
0759b2657c
1 changed files with 4 additions and 1 deletions
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…
Add table
Reference in a new issue