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
This repo has 3 extension packs (1, 2, 3) which are already published
Use these extensions for testing following scenarios (You can also come up with your own if you want to :) )
Do play around with following property in package.json for testing different scenarios
"engines": {
"vscode": "^1.0.0"
}
Note: Publishing the extension takes a while to get reflected in the market place.
Installing the compatible version
Make sure the latest version of extension you are installing is not compatible with current VS code version. And one of the older versions is compatible. Use the above engines-->vscode property and publish accordingly.
Installing this extension should install the version compatible to the current VS Code.
Updating the compatible version
Make sure that Extensions view does not show the above extension as outdated even if it has a newer version which is not compatible.
If there a new version which is compatible then this should be shown as outdated (Update action is enabled).
Updating this extension, updates to the latest version compatible
The text was updated successfully, but these errors were encountered:
Test for #11573
Complexity - 3
Here you verify if VS Code lets you install / update the extension version compatible to the current VS Code.
Set up
Note: Have the latest
VSCE
installedpackage.json
for testing different scenariosNote: Publishing the extension takes a while to get reflected in the market place.
Installing the compatible version
Updating the compatible version
The text was updated successfully, but these errors were encountered: