Styling and tidying up

This commit is contained in:
Gordon
2021-04-19 03:38:57 +01:00
parent d417b6ec7f
commit 5632f35130
3 changed files with 90 additions and 30 deletions

View File

@ -144,6 +144,7 @@ export default class KanbnTaskPanel {
this._panel.webview.onDidReceiveMessage(
async (message) => {
switch (message.command) {
// Display error message
case "error":
vscode.window.showErrorMessage(message.text);