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

Automatically manage Sourcekite within SDE #21

Closed vknabel closed 3 years ago

vknabel commented 6 years ago

Currently each user has to install sourcekite manually, which takes time and effort. Ideally SDE should automatically download sourcekite and build it against the current Swift version.

Problems:

Relevant Resources:

vknabel commented 6 years ago

A good first step on this would be to create a script that will properly installs sourcekite on all targets.

vknabel commented 4 years ago

Now that sourcekit-lsp has landed in Xcode by default, and we switched to it in 2.10.0 by default, we have a zero-config installation on macOS. 🚀

And as sourcekite is now easier to install, I might even have a another look soon.