Skip to content

Commit 55c3725

Browse files
coltenwebbfendor
authored andcommitted
change lang client id
1 parent a0c9494 commit 55c3725

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
@@ -282,7 +282,7 @@ async function activateServerForFolder(context: ExtensionContext, uri: Uri, fold
282282
};
283283

284284
// Create the LSP client.
285-
const langClient = new LanguageClient(langName, langName, serverOptions, clientOptions);
285+
const langClient = new LanguageClient('haskell', langName, serverOptions, clientOptions);
286286

287287
// Register ClientCapabilities for stuff like window/progress
288288
langClient.registerProposedFeatures();

0 commit comments

Comments
 (0)