Skip to content

Commit

Permalink
refactor: remove redundant type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
VitGottwald committed Apr 13, 2023
1 parent 3fe4c0a commit c812e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/idms-dialect-support/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Import the module and reference it with the alias vscode in your code below
import * as vscode from "vscode";

const mainExtension: string = "BroadcomMFD.cobol-language-support";
const mainExtension = "BroadcomMFD.cobol-language-support";
const dialectName = "IDMS";

let unregisterDialect: () => void;
Expand Down

0 comments on commit c812e67

Please sign in to comment.