We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554fcf3 commit 52c1523Copy full SHA for 52c1523
publish-extensions.js
@@ -181,7 +181,7 @@ function isPreReleaseVersion(version) {
181
continue;
182
}
183
if (stat.unstable[extension.id]) {
184
- console.log(`${extension.id}: skipping, since version in Open VSX is never than in MS marketplace`);
+ console.log(`${extension.id}: skipping, since version in Open VSX is newer than in MS marketplace`);
185
186
187
if (resolved?.resolution?.latest && context.version === context.ovsxVersion) {
0 commit comments