Skip to content

Commit e74069a

Browse files
authored
chore: bump recommended elan version to 4.0.0 (#640)
Elan 4.0.0 has been out for a while now, so we now issue a warning if the Elan version is older than that.
1 parent bd30f68 commit e74069a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-lean4/src/diagnostics/setupDiagnoser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export type LakeAvailabilityResult =
3535
export type ElanDumpStateWithoutNetQueryResult = ElanDumpStateWithoutNetResult | { kind: 'PreEagerResolutionVersion' }
3636
export type ElanDumpStateWithNetQueryResult = ElanDumpStateWithNetResult | { kind: 'PreEagerResolutionVersion' }
3737

38-
const recommendedElanVersion = new SemVer('3.1.1')
38+
const recommendedElanVersion = new SemVer('4.0.0')
3939
// Should be bumped in a release *before* we bump the version requirement of the VS Code extension so that
4040
// users know that they need to update and do not get stuck on an old VS Code version.
4141
const recommendedVSCodeVersion = new SemVer('1.75.0')

0 commit comments

Comments
 (0)