don't use -E with qmlls
This commit is contained in:
parent
68751903c1
commit
0d93f1a1d2
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -382,7 +382,7 @@
|
|||
:config
|
||||
(add-to-list 'lsp-language-id-configuration '(qml-ts-mode . "qml-ts"))
|
||||
(lsp-register-client
|
||||
(make-lsp-client :new-connection (lsp-stdio-connection '("qmlls" "-E"))
|
||||
(make-lsp-client :new-connection (lsp-stdio-connection '("qmlls"))
|
||||
:activation-fn (lsp-activate-on "qml-ts")
|
||||
:server-id 'qmlls))
|
||||
(add-hook 'qml-ts-mode-hook (lambda ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue