From 25a090c70d11ebb0d12ef4d4ebd4fcbf9d6a7519 Mon Sep 17 00:00:00 2001 From: Ricardas Kauneckas Date: Sat, 12 Sep 2026 19:38:11 +0200 Subject: [PATCH] updated readme about version split --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6f0eb81..020fb83 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,14 @@ builds every target, generates the installers and publishes a GitHub Release. Pr with `dist plan`. `.github/workflows/release.yml` is generated — edit `dist-workspace.toml` and re-run `dist generate` rather than hand-editing it. +**The VS Code extension versions independently** of the CLI, and the two numbers are not +expected to match. It depends on `phpcognit` through npm on a caret range, so it picks up +CLI releases without a bump of its own; its version moves only when the extension itself +changes. That includes listing-only edits, because the Marketplace bundles the README +into the package and refuses a version it already holds. Publishing is manual — `vsce` +needs an Azure DevOps PAT, which now requires a paid subscription, so the VSIX is +uploaded by hand. + ## Licence