Add status bar functionality

This commit is contained in:
Gordon
2021-03-25 01:42:39 +00:00
parent fbe3dd7a7d
commit 40632935ee
2 changed files with 70 additions and 39 deletions

View File

@ -6,8 +6,7 @@
},
"publisher": "basementuniverse",
"activationEvents": [
"onStartupFinished",
"onCommand:kanbn.open"
"onStartupFinished"
],
"main": "./build/ext-src/extension.js",
"contributes": {
@ -18,7 +17,7 @@
"category": "Kanbn"
},
{
"command": "kanbn.open",
"command": "kanbn.board",
"title": "Open board",
"category": "Kanbn"
}