-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Thanks for this awesome package @blahgeek
I've noticed that it doesn't apply to GDScript since it doesn't use the stdio
(lsp-register-client
(make-lsp-client :new-connection (lsp-gdscript-tcp-connect-to-port)
:activation-fn (lsp-activate-on "gdscript")
:server-id 'gdscript))
In comparison to something like JS:
(lsp-register-client
(make-lsp-client :new-connection
(lsp-stdio-connection (lambda ()
(cons lsp-clients-deno-server
lsp-clients-deno-server-args)))
...
Is it possible to support GDScript? I don't mind implementing it with a bit of guidance. Thanks!
Metadata
Metadata
Assignees
Labels
No labels