File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6950,10 +6950,11 @@ typescript-language-server requires both the server and the
69506950typescript compiler. If you've installed them in a team shared
69516951read-only location, you can instruct lsp-mode to use them via
69526952
6953- (eval-after-load 'lsp-clients
6954- '(progn
6955- (lsp-dependency 'typescript-language-server `(:system ,tls-exe))
6956- (lsp-dependency 'typescript `(:system ,ts-js))))
6953+ (eval-after-load 'lsp-mode
6954+ '(progn
6955+ (require 'lsp-javascript)
6956+ (lsp-dependency 'typescript-language-server `(:system ,tls-exe))
6957+ (lsp-dependency 'typescript `(:system ,ts-js))))
69576958
69586959where tls-exe is the absolute path to the typescript-language-server
69596960executable and ts-js is the absolute path to the typescript compiler
You can’t perform that action at this time.
0 commit comments