vknabel / vscode-swift-development-environment

New home of Swift Development Environment for VS Code
https://marketplace.visualstudio.com/items?itemName=vknabel.vscode-swift-development-environment
Apache License 2.0
175 stars 14 forks source link

Suggestion: Provide default configuration for sourcekit-lsp.serverPath on macOS #106

Closed Feuermurmel closed 2 years ago

Feuermurmel commented 3 years ago

On macOS sourcekit-lsp can be run using xcrun sourcekit-lsp, which works regardless of which Xcode version is installed. I.e. /usr/bin/xcrun sourcekit-lsp could be used as the default value for sourcekit-lsp.serverPath. (it does not work right now, but it could be made to work). This would make using setting up SDE on macOS a bit quicker for new users.

vknabel commented 3 years ago

It's a great suggestion. I didn't find enough time to implement it. PRs welcome.