File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 68
68
:group 'lsp-mode
69
69
:link '(url-link " https://github.com/theia-ide/typescript-language-server" ))
70
70
71
+ (defcustom lsp-clients-typescript-tls-path " typescript-language-server"
72
+ " Path to the typescript-language-server binary."
73
+ :group 'lsp-typescript
74
+ :risky t
75
+ :type 'string )
76
+
71
77
(defcustom lsp-clients-typescript-server-args '(" --stdio" )
72
78
" Extra arguments for the typescript-language-server language server."
73
79
:group 'lsp-typescript
@@ -98,7 +104,7 @@ directory containing the package. Example:
98
104
xs)))))
99
105
100
106
(lsp-dependency 'typescript-language-server
101
- '(:system " typescript-language-server " )
107
+ '(:system lsp-clients- typescript-tls-path )
102
108
'(:npm :package " typescript-language-server"
103
109
:path " typescript-language-server" ))
104
110
You can’t perform that action at this time.
0 commit comments