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.
2 parents 088b22a + 3d46b7b commit d90cd50Copy full SHA for d90cd50
packages/core/src/shared/vscode/env.ts
@@ -47,7 +47,7 @@ export function isBeta(): boolean {
47
const testing = extensionVersion === testVersion
48
for (const url of Object.values(devConfig.betaUrl)) {
49
if (url && url.length > 0) {
50
- if (!testing && semver.lt(extensionVersion, '99.0.0')) {
+ if (!testing && semver.lt(extensionVersion, '99.0.0-dev')) {
51
throw Error('beta build must set version=99.0.0 in package.json')
52
}
53
0 commit comments