Release 2.1.5: package front-matter crash fix for Marketplace - #83
Open
geverit4 wants to merge 1 commit into
Open
Release 2.1.5: package front-matter crash fix for Marketplace#83geverit4 wants to merge 1 commit into
geverit4 wants to merge 1 commit into
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
.vsixis already published as a GitHub Release for manual upload to the AdobeExl listing: https://github.com/AdobeDocs/adobe-markdown-authoring/releases/tag/v2.1.5Changes
version:2.1.4→2.1.5files: ["assets/**"]allowlist frompackage.json. Current@vscode/vscerefuses to package when both.vscodeignoreand afilesproperty are present;.vscodeignoreis the correct and complete strategy for the vsix. Thefilesentry was wrong for the extension anyway — taken literally it would exclude the builtdist/output.Notes
mainvia Fix front-matter crash on VS Code 1.121+ (metaData.split is not a function) #82. This PR only carries the release metadata needed to ship it.dist/extension.jsbundled into the 2.1.5.vsixcontains the front-matter normalization (and the old unguardedtoken.meta.split()call is gone).🤖 Generated with Claude Code