Style updates, add more TODOs

This commit is contained in:
Gordon
2021-04-05 23:55:14 +01:00
parent 6efe282b81
commit d889148e56
4 changed files with 83 additions and 8 deletions

View File

@ -146,6 +146,7 @@ export default class KanbnTaskPanel {
// Delete a task
case 'kanbn.delete':
// TODO delete task
// TODO add yes/no confirmation buttons to information message, then delete task and close task panel
vscode.window.showInformationMessage('delete task');
return;
}