Add archive command

This commit is contained in:
Gordon
2021-05-27 22:25:27 +01:00
parent 0ea545202b
commit 66fac74eda
4 changed files with 57 additions and 4 deletions

View File

@ -61,8 +61,13 @@
"category": "Kanbn"
},
{
"command": "kanbn.restoreTask",
"title": "Restore task",
"command": "kanbn.archiveTasks",
"title": "Archive tasks",
"category": "Kanbn"
},
{
"command": "kanbn.restoreTasks",
"title": "Restore tasks",
"category": "Kanbn"
}
],