Skip to content

0.132.2#8613

Merged
alexr00 merged 1 commit intomainfrom
alexr00/0.132.2
Mar 24, 2026
Merged

0.132.2#8613
alexr00 merged 1 commit intomainfrom
alexr00/0.132.2

Conversation

@alexr00
Copy link
Copy Markdown
Member

@alexr00 alexr00 commented Mar 24, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 24, 2026 15:01
@alexr00 alexr00 enabled auto-merge (squash) March 24, 2026 15:01
@alexr00 alexr00 self-assigned this Mar 24, 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

Release housekeeping PR to prepare the extension for publishing version 0.132.2, keeping manifest, lockfile, and release docs aligned.

Changes:

  • Bump extension version to 0.132.2 in package.json.
  • Sync version bump into package-lock.json.
  • Update release docs to explicitly include updating package-lock.json via npm install.

Reviewed changes

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

File Description
package.json Updates extension version for the release.
package-lock.json Aligns lockfile version metadata with the new release version.
documentation/releasing.md Documents the lockfile update step during release.
Comments suppressed due to low confidence (1)

package.json:51

  • package.json currently defines the engines key twice (one earlier for node and another here for vscode). In JSON, duplicate keys are overridden, so the earlier node engine constraint is effectively ignored. Consider merging these into a single engines object so both constraints are preserved.
	"version": "0.132.2",
	"publisher": "GitHub",
	"engines": {
		"vscode": "^1.110.0"
	},

@alexr00 alexr00 merged commit 9a721c2 into main Mar 24, 2026
10 checks passed
@alexr00 alexr00 deleted the alexr00/0.132.2 branch March 24, 2026 15:43
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.

3 participants