Skip to content

fix: resolve issue #11 extension compatibility with Code 1.108+#12

Merged
atsyplenkov merged 1 commit intomasterfrom
fix/issue-11-engine-compatibility
Mar 3, 2026
Merged

fix: resolve issue #11 extension compatibility with Code 1.108+#12
atsyplenkov merged 1 commit intomasterfrom
fix/issue-11-engine-compatibility

Conversation

@atsyplenkov
Copy link
Owner

Summary

  • change engines.vscode from exact 1.106.0 to semver range ^1.106.0
  • add regression test test/manifest-engine.test.js to prevent exact pinning
  • bump extension version to 0.2.3-1 to mark this patch-only build

Why

Issue #11 reports marketplace rejection in Positron 2026.03.0 with message: "Extension is not compatible with Code 1.108.0". Exact engine pin blocks newer Code builds.

Validation

  • node test/manifest-engine.test.js
  • corepack yarn lint (passes with existing pre-existing warning in src/fixLint.js)
  • corepack yarn test (1 passing)

Closes #11

@atsyplenkov atsyplenkov merged commit 29b0f8c into master Mar 3, 2026
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.

Extension blocked from extensions marketplace

1 participant