Skip to content

Commit 50e2794

Browse files
committed
add a bug
1 parent ba33a90 commit 50e2794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { canonicaliseLocation } from "./utils/misc";
1010
import config from "./utils/config";
1111

1212
// TODO: Don't expose this object directly, create an interface via a wrapper class
13-
export let client: LanguageClient;
13+
export let client: LanguageClien;
1414

1515
export let SOURCE_ACADEMY_ICON_URI: vscode.Uri;
1616

0 commit comments

Comments
 (0)