chore: upgrade to VS Code 1.106 / Electron 37 / Node 22#848
Open
chore: upgrade to VS Code 1.106 / Electron 37 / Node 22#848
Conversation
13b55fb to
8699d47
Compare
8699d47 to
782443d
Compare
- Pin electron and vscode to exact versions to stop Dependabot churn; CI tests minimum (Electron 32) and latest via npx separately - Split CI into extension tests (Electron matrix) and webview tests (own job) since Electron's patched fs.readFileSync crashes vitest's forks pool with jsdom - Add version mapping reference (ewanharris/vscode-versions)
782443d to
cdb8f94
Compare
ffc1309 to
8f1598c
Compare
- Bump engines.vscode to ^1.106.0, engines.node to >= 22 - Update @types/vscode to 1.106.0 (adds SecretStorage.keys()) - Switch to @tsconfig/node22, target node22 in esbuild, lib ES2024 - Unify CI test jobs into single Electron run, simplify pnpm test - Remove --experimental-require-module workaround (native in Node 22) - Run webview tests in Electron alongside extension tests - Restrict release pipeline to tags on main, document pre-release flow - Update CONTRIBUTING.md release instructions and version table
8f1598c to
5f71b99
Compare
ThomasK33
approved these changes
Mar 19, 2026
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.
Summary
@tsconfig/node22,@types/node@^22,@types/vscode@1.106.0, esbuild targetnode22, libES2024pnpm update)Workarounds removed
--experimental-require-moduleflag in test-electron.sh (native in Node 22)pnpm testto a single vitest invocation instead of two sequential processesCI changes
Release pipeline
v*) now require the tagged commit to be onmainv*-pre) can be pushed from any branch