We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd30f68 commit e74069aCopy full SHA for e74069a
vscode-lean4/src/diagnostics/setupDiagnoser.ts
@@ -35,7 +35,7 @@ export type LakeAvailabilityResult =
35
export type ElanDumpStateWithoutNetQueryResult = ElanDumpStateWithoutNetResult | { kind: 'PreEagerResolutionVersion' }
36
export type ElanDumpStateWithNetQueryResult = ElanDumpStateWithNetResult | { kind: 'PreEagerResolutionVersion' }
37
38
-const recommendedElanVersion = new SemVer('3.1.1')
+const recommendedElanVersion = new SemVer('4.0.0')
39
// Should be bumped in a release *before* we bump the version requirement of the VS Code extension so that
40
// users know that they need to update and do not get stuck on an old VS Code version.
41
const recommendedVSCodeVersion = new SemVer('1.75.0')
0 commit comments