Add configuration options to show or hide task notifications

This commit is contained in:
Gordon
2021-04-14 12:49:53 +01:00
parent 9c9155e18e
commit 14b512bb12
3 changed files with 11 additions and 5 deletions

View File

@ -69,7 +69,7 @@
"default": true,
"description": "Show the status bar item in workspaces where Kanbn has not yet been initialised."
},
"vscode-kanbn.showNotifications": {
"vscode-kanbn.showTaskNotifications": {
"type": "boolean",
"default": true,
"description": "Show notifications when a task is created, updated or deleted."