We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f876874 + 1d67467 commit 63ff1abCopy full SHA for 63ff1ab
lsp-sourcekit.el
@@ -81,7 +81,7 @@ the `lsp-sourcekit-executable' on PATH, try it with xcrun."
81
(lsp-register-client
82
(make-lsp-client :new-connection (lsp-stdio-connection
83
(lambda ()(cons lsp-sourcekit-executable lsp-sourcekit-extra-args)))
84
- :major-modes '(swift-mode)
+ :major-modes '(swift-mode swift-ts-mode)
85
:server-id 'sourcekit-ls)))
86
87
(provide 'lsp-sourcekit)
0 commit comments