Skip to content

Conversation

roulpriya
Copy link
Contributor

@roulpriya roulpriya commented Aug 28, 2025

Description

Add the branch parameter functionality (main-snapshot) for installing swiftly toolchains snapshot from quickPick

Issue: 1778
Reference: #1780 (comment)

Tasks

  • Required tests have been written
  • Documentation has been updated
  • Added an entry to CHANGELOG.md if applicable

@roulpriya roulpriya marked this pull request as ready for review August 28, 2025 09:03
@roulpriya roulpriya mentioned this pull request Aug 28, 2025
3 tasks
// Prompt user to enter the branch for snapshot toolchains
const branch = await vscode.window.showInputBox({
title: "Enter Swift Snapshot Branch",
prompt: "Enter the branch name to list snapshot toolchains (e.g., 'main-snapshot', '6.1-snapshot')",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really wish there was a way to show the user which snapshot branches are available, but I suppose that's something that would need to be added to Swiftly first.

@matthewbastien matthewbastien merged commit 79188e8 into swiftlang:main Aug 28, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants