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 6580273 commit a63c601Copy full SHA for a63c601
vscode-lean4/package.json
@@ -2,7 +2,7 @@
2
"name": "lean4",
3
"displayName": "lean4",
4
"description": "Lean 4 language support for VS Code",
5
- "version": "0.0.62",
+ "version": "0.0.63",
6
"publisher": "leanprover",
7
"engines": {
8
"vscode": "^1.57.0"
vscode-lean4/src/extension.ts
@@ -95,9 +95,5 @@ export async function activate(context: ExtensionContext): Promise<any> {
95
96
pkgService.versionChanged((uri) => installer.handleVersionChanged(uri));
97
98
- if (doc && versionInfo.version === '4' && !versionInfo.error) {
99
- void clientProvider.ensureClient(doc, versionInfo);
100
- }
101
-
102
return { isLean4Project: true };
103
}
0 commit comments