Skip to content

update packages#33

Merged
ienaga merged 1 commit into
mainfrom
develop
Apr 17, 2026
Merged

update packages#33
ienaga merged 1 commit into
mainfrom
develop

Conversation

@ienaga

@ienaga ienaga commented Apr 17, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 17, 2026 16:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adjusts the VS Code type dependency version to better align with the extension’s declared VS Code engine compatibility.

Changes:

  • Updates @types/vscode version range in package.json from ^1.116.0 to ^1.115.0.
  • Updates the corresponding @types/vscode entry in package-lock.json.

Reviewed changes

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

File Description
package.json Lowers the declared @types/vscode devDependency range to ^1.115.0.
package-lock.json Mirrors the dependency range change for @types/vscode in the lockfile metadata.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"@eslint/js": "^10.0.1",
"@types/node": "^25.6.0",
"@types/vscode": "^1.116.0",
"@types/vscode": "^1.115.0",

Copilot AI Apr 17, 2026

Copy link

Choose a reason for hiding this comment

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

The PR title suggests a package update, but this change is a downgrade (1.116 -> 1.115). Please clarify the intent in the PR description/commit message (e.g., aligning with engines.vscode) so reviewers understand why we're moving to an older version.

Copilot uses AI. Check for mistakes.
Comment thread package.json
"@eslint/js": "^10.0.1",
"@types/node": "^25.6.0",
"@types/vscode": "^1.116.0",
"@types/vscode": "^1.115.0",

Copilot AI Apr 17, 2026

Copy link

Choose a reason for hiding this comment

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

Changing @types/vscode from ^1.116.0 to ^1.115.0 still permits installing 1.116.x (caret range). If the goal is to keep typings aligned with engines.vscode (^1.115.0) and avoid newer API types, pin to 1.115.0 (or use ~1.115.0) and regenerate the lockfile so the installed version matches.

Suggested change
"@types/vscode": "^1.115.0",
"@types/vscode": "1.115.0",

Copilot uses AI. Check for mistakes.
@ienaga ienaga merged commit 4ff28d3 into main Apr 17, 2026
18 checks 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.

2 participants