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 ae4aa87 commit 97ff36bCopy full SHA for 97ff36b
lsp-sourcekit.el
@@ -80,7 +80,7 @@ the `lsp-sourcekit-executable' on PATH, try it with xcrun."
80
81
(lsp-register-client
82
(make-lsp-client :new-connection (lsp-stdio-connection
83
- (apply-partially #'lsp-package-path 'sourcekit-lsp))
+ (lambda ()(cons lsp-sourcekit-executable lsp-sourcekit-extra-args)))
84
:major-modes '(swift-mode)
85
:server-id 'sourcekit-ls)))
86
0 commit comments