Skip to content

Bump/vsc v0.1.1#516

Open
chiaramooney wants to merge 2 commits intomainfrom
bump/vsc-v0.1.1
Open

Bump/vsc v0.1.1#516
chiaramooney wants to merge 2 commits intomainfrom
bump/vsc-v0.1.1

Conversation

@chiaramooney
Copy link
Copy Markdown
Contributor

@chiaramooney chiaramooney commented May 1, 2026

Description

Bump VSCE to v0.1.1 + fix vsc release script formatting.

Usage Example

Related Issue

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • 💥 Breaking change
  • 📝 Documentation
  • 🔧 Config/build
  • ♻️ Refactoring
  • 🧪 Test update

Checklist

  • New tests added for new functionality (if applicable)
  • Tested locally on Windows
  • Main README.md updated (if applicable)
  • docs/usage.md updated (if CLI commands changed)
  • Language-specific guides updated (if applicable)
  • Sample projects updated to reflect changes (if applicable)
  • Agent skill templates updated in docs/fragments/skills/ (if CLI commands/workflows changed)

Screenshots / Demo

Additional Notes

AI Description

This PR updates the VSCE version in the WinApp extension from v0.1.0 to v0.1.1 and enhances the output formatting in the PowerShell script used for the VSC release process. The changes improve the readability of the release plan and status messages without changing any functionality.

# Check the updated version in package.json
cat src/winapp-VSC/package.json

Breaking Change: No.

Copilot AI review requested due to automatic review settings May 1, 2026 21:26
@github-actions github-actions Bot added the enhancement New feature or request label May 1, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Bumps the WinApp VS Code extension version to 0.1.1 and simplifies console output formatting in the VS Code release helper script.

Changes:

  • Update VS Code extension package.json version from 0.1.0 to 0.1.1.
  • Replace ASCII/box-drawing “release plan” and “release started” banners in start-vsc-release.ps1 with simpler Write-Host output.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
src/winapp-VSC/package.json Bumps extension version to 0.1.1.
scripts/start-vsc-release.ps1 Simplifies release-plan and completion console output for the VSC release flow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

"publisher": "Microsoft-WinAppCLI",
"icon": "images/icon.png",
"version": "0.1.0",
"version": "0.1.1",
Write-Host " 2. Bump version to $nextVersion on main$((' ' * (9 - $nextVersion.Length)))│" -ForegroundColor White
Write-Host " 3. Create PR to merge bump into main" -ForegroundColor White
Write-Host " ─────────────────────────────────────────────" -ForegroundColor White
$pad = { param($s, $w) (' ' * [Math]::Max(0, $w - $s.Length)) }
Comment on lines +291 to +293
Write-Host " • Release branch '$releaseBranch' pushed" -ForegroundColor Green
Write-Host " • Version bump PR created for $nextVersion" -ForegroundColor Green
Write-Host "" -ForegroundColor Green
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

Build Metrics Report

Binary Sizes

Artifact Baseline Current Delta
CLI (ARM64) 30.84 MB 30.84 MB ✅ 0.0 KB (0.00%)
CLI (x64) 31.20 MB 31.20 MB ✅ 0.0 KB (0.00%)
MSIX (ARM64) 13.00 MB 13.00 MB 📈 +0.4 KB (+0.00%)
MSIX (x64) 13.81 MB 13.81 MB 📈 +0.2 KB (+0.00%)
NPM Package 27.06 MB 27.06 MB 📈 +0.6 KB (+0.00%)
NuGet Package 27.14 MB 27.14 MB 📈 +0.4 KB (+0.00%)
VS Code Extension 19.87 MB 19.87 MB 📈 +0.6 KB (+0.00%)

Test Results

923 passed, 1 skipped out of 924 tests in 825.0s (+363.5s vs. baseline)

Test Coverage

23.2% line coverage, 38.9% branch coverage · ✅ no change vs. baseline

CLI Startup Time

36ms median (x64, winapp --version) · ✅ -6ms vs. baseline


Updated 2026-05-01 21:59:34 UTC · commit b5c1428 · workflow run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants