Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanVashisht1234 committed Jun 20, 2024
1 parent e894669 commit 5ef6f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function main(): vscode.Disposable {


function _start(context: vscode.ExtensionContext): void {
context.subscriptions.push(main(), formatter.main(), lsp.main());
context.subscriptions.push(main(), lsp.main(), formatter.main());
}

exports.activate = _start;

0 comments on commit 5ef6f18

Please sign in to comment.