zed-extensions / swift

Extension for Zed to support Swift
35 stars 14 forks source link

Respect `sourcekit-lsp` from $PATH #11

Closed maxdeviant closed 2 months ago

maxdeviant commented 2 months ago

This PR makes it so the extension will first check to see if sourcekit-lsp is already on the $PATH before trying to use /usr/bin/xcrun sourcekit-lsp.

Resolves https://github.com/zed-industries/zed/issues/13302.