We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b4f8a commit 4c74da7Copy full SHA for 4c74da7
clients/lsp-fsharp.el
@@ -306,7 +306,7 @@ UPDATE? is t."
306
(make-lsp-client :new-connection (lsp-stdio-connection
307
#'lsp-fsharp--make-launch-cmd
308
#'lsp-fsharp--test-fsautocomplete-present)
309
- :major-modes '(fsharp-mode)
+ :major-modes '(fsharp-mode fsharp-ts-mode)
310
:notification-handlers (ht ("fsharp/notifyCancel" #'ignore)
311
("fsharp/notifyWorkspace" #'ignore)
312
("fsharp/fileParsed" #'ignore)
0 commit comments