feat: implement sidebar

- add sidebar
- update assets to use new task-master logo
- change to task master instead of taskr
This commit is contained in:
Ralph Khreish
2025-07-31 12:42:10 +03:00
parent 8ad9ccd6b7
commit cd92be61e5
20 changed files with 620 additions and 119 deletions

View File

@@ -112,9 +112,9 @@ export class ErrorHandler {
)
.then((action) => {
if (action === 'Retry') {
vscode.commands.executeCommand('taskr.reconnect');
vscode.commands.executeCommand('tm.reconnect');
} else if (action === 'Settings') {
vscode.commands.executeCommand('taskr.openSettings');
vscode.commands.executeCommand('tm.openSettings');
}
});
} else {