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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user