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

Mono-Repo-Support for Swift Packages #93

Closed vknabel closed 2 years ago

vknabel commented 3 years ago

Currently sourcekite and sourcekit-lsp and the building mechanism itself do not support non-root Package.swift locations.

The current workaround requires opening the same git repository multiple times. Of course this feels odd and is confusing.

At least the building mechanism and sourcekite should support multiple Swift Packages within a single workspace.