Skip to content

Commit f92555d

Browse files
authored
fix extension id casing (#482)
1 parent 5d279b5 commit f92555d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const RUN_TEST_FROM_CODELENS = "elixir.lens.test.run";
22

3-
export const ELIXIR_LS_EXTENSION_NAME = "jakebecker.elixir-ls";
3+
export const ELIXIR_LS_EXTENSION_NAME = "JakeBecker.elixir-ls";

0 commit comments

Comments
 (0)