Skip to content
Snippets Groups Projects
Commit 55c32167 authored by Alex's avatar Alex
Browse files

refactor: clear commented code

parent 08759652
Branches
Tags
No related merge requests found
...@@ -16,7 +16,6 @@ export async function activate(context: vscode.ExtensionContext) { ...@@ -16,7 +16,6 @@ export async function activate(context: vscode.ExtensionContext) {
initViews(); initViews();
// View.getView(BRIEFING_ID).createOrShow();
await vscode.commands.executeCommand(OPEN_BRIEFING_COMMAND.cmd); await vscode.commands.executeCommand(OPEN_BRIEFING_COMMAND.cmd);
// @ts-ignore // @ts-ignore
...@@ -26,10 +25,4 @@ export async function activate(context: vscode.ExtensionContext) { ...@@ -26,10 +25,4 @@ export async function activate(context: vscode.ExtensionContext) {
deadlockPanelProvider deadlockPanelProvider
); );
// context.subscriptions.push(
// vscode.commands.registerCommand(OPEN_BRIEFING_COMMAND.command, () => {
// View.getView(BRIEFING_ID).createOrShow();
// })
// );
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment