feat: add buttons - open task in dashboard, open dashboard
This commit is contained in:
@@ -50,16 +50,6 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
tree,
|
||||
onTasksMutated: () => TaskDashboardPanel.refreshIfOpen(),
|
||||
});
|
||||
|
||||
context.subscriptions.push(
|
||||
vscode.commands.registerCommand("xboctFlow.openDashboard", () => {
|
||||
TaskDashboardPanel.show({
|
||||
repo,
|
||||
config,
|
||||
onTasksMutated: () => tree.refresh(),
|
||||
});
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
export function deactivate() {}
|
||||
|
||||
Reference in New Issue
Block a user