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 ba33a90 commit 50e2794Copy full SHA for 50e2794
src/extension.ts
@@ -10,7 +10,7 @@ import { canonicaliseLocation } from "./utils/misc";
10
import config from "./utils/config";
11
12
// TODO: Don't expose this object directly, create an interface via a wrapper class
13
-export let client: LanguageClient;
+export let client: LanguageClien;
14
15
export let SOURCE_ACADEMY_ICON_URI: vscode.Uri;
16
0 commit comments