Skip to content

Commit 03f6270

Browse files
authored
lsp-graphql: add locally installed command, if present, as preferred option. (#3813)
.
1 parent 853cad8 commit 03f6270

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/lsp-graphql.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
(require 'lsp-mode)
2828

2929
(lsp-dependency 'graphql-language-service-cli
30+
'(:system "graphql-lsp")
3031
'(:npm :package "graphql-language-service-cli"
3132
:path "graphql-lsp"))
3233

0 commit comments

Comments
 (0)