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 fb89c1c commit b1deef8Copy full SHA for b1deef8
Extension/src/packageVersion.ts
@@ -51,7 +51,7 @@ export class PackageVersion {
51
}
52
53
public isVsCodeVersionGreaterThan(other: PackageVersion): boolean {
54
- return this.isGreaterThan(other, 'insider');
+ return this.isGreaterThan(other, 'insider') || this.isGreaterThan(other, 'exploration');
55
56
57
public isExtensionVersionGreaterThan(other: PackageVersion): boolean {
0 commit comments