You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(vscode): move the extension to the pymodel.pythinker Marketplace id
pythoughts.pythinker-code@0.8.8 was live on the Visual Studio Marketplace and
Open VSX on 2026-08-08 and has since been deleted. Both publisher pages exist
and list zero extensions, and vsce, the gallery API and the Open VSX API all
report not-found. The Marketplace permanently reserves the name of a removed
extension even against its original publisher, which is why every one of the
six targets on 0.18.0 failed with 'The extension pythinker-code already exists
in the Marketplace'. The name cannot be recovered, so the extension takes a new
one: pythinker, matching the CLI binary.
The manifest name is also the pnpm workspace name, so the release workflow and
the extension release script move with it. The ten pythinker.* command ids, the
publisher, and the display name are unchanged.
Change the VS Code extension Marketplace ID to `pymodel.pythinker`. Existing users must install the extension again under the new ID because Microsoft permanently retired the previous ID.
0 commit comments