feat: add tags workflow

This commit is contained in:
2026-07-16 03:34:23 +05:00
parent 7c0584707a
commit 6eedfb2bc5
29 changed files with 1153 additions and 22 deletions
+2 -1
View File
@@ -48,13 +48,14 @@ export function activate(context: vscode.ExtensionContext) {
statusBarItem.show();
context.subscriptions.push(statusBarItem);
registerTaskDiagnostics(context);
registerTaskDiagnostics(context, { fs: fileSystem, config });
registerTaskDecorations(context);
registerTaskCommands(context, {
repo,
config,
tree,
fs: fileSystem,
onTasksMutated: () => {
TaskDashboardPanel.refreshIfOpen();
TaskKanbanPanel.refreshIfOpen();