How to view a new Extension version's README from an unsupported platform? #32
-
We just pushed a new version of the ExtendScript Debugger live. The v1 versions were marked as Universal because platform-specific options did not exist when they were published. We have since pushed v2.0.0 live with a build marked to support Windows 32/64 and macOS on Intel. The problem is that we would very much like people to stop using the v1 versions as they have serious problems (including that they simply do not work on macOS on Apple Silicon/Windows on ARM with no reporting for the user - the v2 version has this). Additionally, even though the v2.0.0 version is live, the Marketplace Webpage listing shows the README contents for v1.1.2. PLEASE tell me that this isn't because we're viewing the listing from a browser and this is somehow interpreted as being viewed from the Several questions:
At this point, it feels a bit like a mistake that we opted to specify the supported versions with the update because people on unsupported platforms are only able to see the older, broken versions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Unfortunately not yet, but there is an open issue in VS Marketplace repo (microsoft/vsmarketplace#235). Another approach would be publish a new version BUT, I totally understand (and agree) this is not a good alternative. What I'm seeing is a Marketplace webpage issue, because the README content inside VS Code Desktop and vscode.dev shows the correct, updated v2 content. Maybe the new README wasn't approved by the VS Marketplace validation process (I remember some changes occurred sometime ago and some extensions had issues with it), but it's still weird, because the content is updated inside VS Code 😕 |
Beta Was this translation helpful? Give feedback.
Unfortunately not yet, but there is an open issue in VS Marketplace repo (microsoft/vsmarketplace#235).
Another approach would be publish a new version BUT, I totally understand (and agree) this is not a good alternative.
What I'm seeing is a Marketplace webpage issue, because the README content inside VS Code Desktop and vscode.dev shows the correct, updated v2 content.
Maybe the new README wasn't approved by the VS Marketplace validation process (I remember some changes occurred sometime ago and some extensions had issues with it), but it's still weird, because the content is updated inside …