Skip to content

ci: remove spaces from .vsix package name#88

Merged
sgoudham merged 1 commit into
catppuccin:mainfrom
MattKotsenas:bugfix/release-spaces
Sep 2, 2025
Merged

ci: remove spaces from .vsix package name#88
sgoudham merged 1 commit into
catppuccin:mainfrom
MattKotsenas:bugfix/release-spaces

Conversation

@MattKotsenas
Copy link
Copy Markdown
Contributor

@MattKotsenas MattKotsenas commented Sep 2, 2025

The default .vsix package name contains spaces, which are invalid according to the publishing tool:

VSSDK: error VsixPub0036 : The file name of the payload (Catppuccin
for Visual Studio.vsix) contains some invalid characters.

This wasn't a problem when uploaded manually as the UI would auto-adjust the name. This change fixes that by replacing the spaces with periods to match the upload UI behavior.

Fixes #62.

The default .vsix package name contains spaces, which are invalid
according to the publishing tool:

> VSSDK: error VsixPub0036 : The file name of the payload (Catppuccin
> for Visual Studio.vsix) contains some invalid characters.

This wasn't a problem when uploaded manually as the UI would auto-adjust
the name. This change fixes that by replacing the spaces with periods to
match the upload UI behavior.
@sgoudham sgoudham changed the title fix: Remove spaces from .vsix package name ci: remove spaces from .vsix package name Sep 2, 2025
Copy link
Copy Markdown
Contributor

@sgoudham sgoudham left a comment

Choose a reason for hiding this comment

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

Thanks! Hope it works this time around

@sgoudham sgoudham merged commit 897bec5 into catppuccin:main Sep 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Automate build and publish to VS Marketplace

2 participants