JavaScript/TypeScript (theia-ide)#
Server#
For more information about the LSP server, check typescript-language-server (recommended).
Installation#
npm i -g typescript-language-server; npm i -g typescript
Debugger: Yes (Firefox/Chrome)#
Available configurations#
lsp-clients-typescript-tls-path
#
Default: typescript-language-server
Path to the typescript-language-server binary.
lsp-clients-typescript-server-args
#
Default: (--stdio)
Extra arguments for the typescript-language-server language server.
lsp-clients-typescript-log-verbosity
#
Default: info
The server log verbosity.
lsp-clients-typescript-plugins
#
Default: []
The list of plugins to load.
It should be a vector of plist with keys ‘:location’ and ‘:name’
where ‘:name’ is the name of the package and ‘:location’ is the
directory containing the package. Example:
(vector
(list :name "@vsintellicode/typescript-intellicode-plugin"
:location "
Last update: April 15, 2021