Skip to content

Migrate vscode-language-pack-qps-ploc from Yarn to npm#2169

Merged
TylerLeonhardt merged 2 commits intomainfrom
copilot/migrate-repository-from-yarn-to-npm
Mar 19, 2026
Merged

Migrate vscode-language-pack-qps-ploc from Yarn to npm#2169
TylerLeonhardt merged 2 commits intomainfrom
copilot/migrate-repository-from-yarn-to-npm

Conversation

Copy link
Contributor

Copilot AI commented Mar 17, 2026

The vscode-language-pack-qps-ploc package was the sole remaining holdover using Yarn — all other 13 language packs and the CI pipeline already used npm.

Changes

  • package.json: update script changed from yarn runnpm run
  • Removed: yarn.lock (empty, no deps) and .yarnrc (--ignore-engines true)
  • Added: package-lock.json generated via npm install

No CI changes required — .github/workflows/ci.yml already uses npm i for all builds.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI linked an issue Mar 17, 2026 that may be closed by this pull request
Co-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>
Copilot AI changed the title [WIP] Migrate repository from Yarn to npm Migrate vscode-language-pack-qps-ploc from Yarn to npm Mar 17, 2026
Copilot AI requested a review from rzhao271 March 17, 2026 22:39
Copy link
Contributor

@rzhao271 rzhao271 left a comment

Choose a reason for hiding this comment

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

LGTM. Adding @TylerLeonhardt for final review.

@rzhao271 rzhao271 requested a review from TylerLeonhardt March 18, 2026 15:10
@rzhao271 rzhao271 added this to the 1.113.0 milestone Mar 18, 2026
@rzhao271 rzhao271 marked this pull request as ready for review March 18, 2026 15:10
@TylerLeonhardt TylerLeonhardt enabled auto-merge (squash) March 19, 2026 18:52
@TylerLeonhardt TylerLeonhardt merged commit 398a159 into main Mar 19, 2026
19 checks passed
@TylerLeonhardt TylerLeonhardt deleted the copilot/migrate-repository-from-yarn-to-npm branch March 19, 2026 19:25
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.

Migrate repository from Yarn to npm

3 participants