Skip to content

Conversation

@coliff
Copy link
Member

@coliff coliff commented Nov 17, 2025

Migrated from the deprecated vscode-test package to @vscode/test-electron in all relevant package files and test scripts. Updated .npmrc with additional settings, removed an obsolete .cursor rules file, and added AGENTS.md with project guidelines. Also updated repository URLs to use the git+https format.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request successfully migrates the project from the deprecated vscode-test package to @vscode/test-electron. The dependency updates across package.json and package-lock.json files, along with the corresponding import change in runTest.ts, are correct. The move of project rules to AGENTS.md and the update of repository URLs are also good improvements. I have identified a minor configuration error in .npmrc and a couple of small improvements for the new AGENTS.md file.

The 'ignore' package has been removed from the dependencies in both htmlhint and htmlhint-server. This reduces the number of dependencies and may improve maintainability if the package is no longer needed.

Replace vscode-test with @vscode/test-electron

Migrated from the deprecated vscode-test package to @vscode/test-electron in all relevant package files and test scripts. Updated .npmrc with additional settings, removed an obsolete .cursor rules file, and added AGENTS.md with project guidelines. Also updated repository URLs to use the git+https format.

Add 'ignore' package as a dependency

Added the 'ignore' package (version ^7.0.5) to dependencies in package.json to support file ignoring functionality.

Update .npmrc

Add build script to package.json

Introduced a 'build' script that runs 'npm run compile' in package.json to streamline the build process. Minor whitespace adjustment in dependabot.yml for consistency.

Update .npmrc
@coliff coliff force-pushed the dev/coliff/use-vscode-test-electron branch from 7bc2589 to 21ec1b5 Compare November 17, 2025 11:10
@coliff coliff merged commit d40d0f6 into main Nov 17, 2025
15 checks passed
@coliff coliff deleted the dev/coliff/use-vscode-test-electron branch November 17, 2025 11:12
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