Skip to content

Commit

Permalink
meta: add build tags to workspace settings for lsp support
Browse files Browse the repository at this point in the history
  • Loading branch information
ProofOfKeags committed Nov 15, 2023
1 parent e02fd39 commit 0759b26
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"editor.tabSize": 8,
"editor.rulers": [80]
"editor.rulers": [
80
],
"go.buildTags": "autopilotrpc chainrpc dev invoicesrpc neutrinorpc peersrpc signrpc walletrpc watchtowerrpc"
}

0 comments on commit 0759b26

Please sign in to comment.