-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
SwiftlyIssues related to Swiftly integration in the extension.Issues related to Swiftly integration in the extension.bugSomething isn't workingSomething isn't workingup next
Description
Describe the bug
The toolchain selection workflow asks whether or not I want to install the toolchain in User settings or Workspace settings. However, it always updates the global Swiftly toolchain regardless of which option I pick.
To Reproduce
Steps to reproduce the behavior:
- Run the
Swift: Select Toolchain...
command. - When prompted, select any toolchain installed via Swiftly.
- When prompted, select any Xcode toolchain for the
DEVELOPER_DIR
. - When prompted, select
Workspace Configuration
for the location to install the toolchain.
The DEVELOPER_DIR
gets set correctly in workspace settings. However, only the Swiftly global toolchain is updated.
Expected behavior
The .swift-version
file should be created/modified in my workspace to match the version I selected in the dialog.
Metadata
Metadata
Assignees
Labels
SwiftlyIssues related to Swiftly integration in the extension.Issues related to Swiftly integration in the extension.bugSomething isn't workingSomething isn't workingup next
Type
Projects
Status
In Progress