Skip to content

Commit

Permalink
refactor: do not wait for dialect activation
Browse files Browse the repository at this point in the history
  • Loading branch information
VitGottwald committed Apr 13, 2023
1 parent 04f36e2 commit 3c260f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clients/cobol-lsp-vscode-extension/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ function getDialectAPI_v_1_0() {
outputChannel.appendLine(
"Register new dialect: \r\n" + JSON.stringify(dialect),
);
const dialectExtension = vscode.extensions.getExtension(
dialect.extensionId,
);
await dialectExtension.activate();

DialectRegistry.register(
dialect.extensionId,
Expand Down

0 comments on commit 3c260f8

Please sign in to comment.