chore(release): 4.1.0 - #55
Merged
Merged
Conversation
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.
Release
4.1.0— a minor. The full text is the4.1.0entry in CHANGELOG.md.Everything is additive; the API
4.0.1exposed is unchanged and the VS Code floor stays at^1.134.0.describePlanturns a compiled plan into JSON;PreflightError.problemsreports a preflight failure as data; a shutdown timeout names what was holding it, andcreateTestHost().inspect()answers whatleaks()cannot (feat(diagnostics): say what a shutdown that ran out of budget was still holding #45, feat(plan): describe a compiled plan as JSON #46, feat(preflight): report each problem as data, with a stable code #47).vscode-ext-kit planandvscode-ext-kit manifest: the plan as JSON or a graph, preflight as an exit code, and the manifest comparison — with--applyfor the mechanical part (feat(cli): print, draw and check the plan an extension compiles #49, CLI: manifest command; defineSettings({ contributed: false }) for sections an extension only reads #52).diffManifestreturns whatassertManifestMatchesused to only throw;defineSettings({ contributed: false })declares a section the extension only reads (feat(testing): return manifest disagreements as data #50, CLI: manifest command; defineSettings({ contributed: false }) for sections an extension only reads #52).defineExtensionis single-use — a secondactivateafterdeactivaterejects instead of building a second application. Visible only to a test that activated one result twice (feat(extension): make defineExtension single-use, like the host it serves #48).This PR bumps the version, dates the changelog entry, and updates the README status line and the supported-versions table. Tagging
v4.1.0after the merge runs the release workflow.🤖 Generated with Claude Code