Skip to content

Release 2.1.5: package front-matter crash fix for Marketplace - #83

Open
geverit4 wants to merge 1 commit into
mainfrom
release-2.1.5
Open

Release 2.1.5: package front-matter crash fix for Marketplace#83
geverit4 wants to merge 1 commit into
mainfrom
release-2.1.5

Conversation

@geverit4

Copy link
Copy Markdown
Collaborator

What

Bumps the extension version 2.1.4 → 2.1.5 so the patched build for the VS Code 1.121+ front-matter crash (#81, fixed in #82) can be published to the Marketplace — which rejects re-uploads of an existing version number.

The packaged .vsix is already published as a GitHub Release for manual upload to the AdobeExl listing: https://github.com/AdobeDocs/adobe-markdown-authoring/releases/tag/v2.1.5

Changes

  • version: 2.1.42.1.5
  • Remove the npm files: ["assets/**"] allowlist from package.json. Current @vscode/vsce refuses to package when both .vscodeignore and a files property are present; .vscodeignore is the correct and complete strategy for the vsix. The files entry was wrong for the extension anyway — taken literally it would exclude the built dist/ output.

Notes

🤖 Generated with Claude Code

Bump version 2.1.4 -> 2.1.5 so the patched build (issue #81 front-matter
crash on VS Code 1.121+) can be uploaded to the Marketplace, which rejects
re-uploads of an existing version.

Also remove the npm `files` allowlist from package.json: current @vscode/vsce
refuses to package when both `.vscodeignore` and a `files` property are
present, and `.vscodeignore` is the correct (and complete) strategy for the
vsix — the `files: ["assets/**"]` entry was wrong for the extension anyway
(it would have excluded the built dist/ output).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.

1 participant