-
-
Notifications
You must be signed in to change notification settings - Fork 893
Using Plugins In Typescript Language Server
Ivan Yonchovski edited this page Oct 3, 2019
·
3 revisions
You could use tsserver
plugins when using typescript language server. Here it is example code:
(setq lsp-clients-typescript-log-verbosity "debug"
lsp-clients-typescript-plugins
(vector
(list :name "@vsintellicode/typescript-intellicode-plugin"
:location "<home>/.vscode/extensions/visualstudioexptteam.vscodeintellicode-1.1.9/")))
Check the logs (usually created in <project-root>/.log/tsserver.log
.