Skip to content

Commit 4c74da7

Browse files
authored
fix: Apply fsharp-ts-mode to client settings (#5034)
1 parent d8b4f8a commit 4c74da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/lsp-fsharp.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ UPDATE? is t."
306306
(make-lsp-client :new-connection (lsp-stdio-connection
307307
#'lsp-fsharp--make-launch-cmd
308308
#'lsp-fsharp--test-fsautocomplete-present)
309-
:major-modes '(fsharp-mode)
309+
:major-modes '(fsharp-mode fsharp-ts-mode)
310310
:notification-handlers (ht ("fsharp/notifyCancel" #'ignore)
311311
("fsharp/notifyWorkspace" #'ignore)
312312
("fsharp/fileParsed" #'ignore)

0 commit comments

Comments
 (0)