Skip to content

Commit 05aea3a

Browse files
refact
1 parent 9ad3d59 commit 05aea3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/extension.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export function activate(context: vscode.ExtensionContext) {
1919
context.subscriptions.push(replaceSemiColonController);
2020
context.subscriptions.push(replaceSemiColon);
2121
}
22-
23-
// this method is called when your extension is deactivated
22+
2423
export function deactivate() {
2524
}

0 commit comments

Comments
 (0)