feat: add tags workflow
This commit is contained in:
+2
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user