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
I had VS Code 1.62.0 installed on my Windows 11 VM.
Searching for Mock Debug showed the pre-release version 1.47.1 but without any visual indication:
Installing the extension resulted in version 1.46.11 being installed (without any warning):
I understand that older versions of VS Code don't have the code "to do the right thing".
But I was always under the impression that queries on the Marketplace only show "compatible" versions of an extension, but here I'm offered a Mock Debug that requires VS Code 1.63 (when I have VS Code 1.62).
The text was updated successfully, but these errors were encountered:
But I was always under the impression that queries on the Marketplace only show "compatible" versions of an extension,
This is not true. VS Code always shows the latest version and installs the compatible version. Marketplace do not understand the semantics of vscode engine compatibility.
Yeah this is an unfortunate limitation. It would be great if we were rendering the correct extension description, however I do understand how this would require additional MP calls which might overcomplicate things.
Testing #138068
I had VS Code 1.62.0 installed on my Windows 11 VM.
Searching for Mock Debug showed the pre-release version 1.47.1 but without any visual indication:
Installing the extension resulted in version 1.46.11 being installed (without any warning):
I understand that older versions of VS Code don't have the code "to do the right thing".
But I was always under the impression that queries on the Marketplace only show "compatible" versions of an extension, but here I'm offered a Mock Debug that requires VS Code 1.63 (when I have VS Code 1.62).
The text was updated successfully, but these errors were encountered: