Skip to content

Commit

Permalink
tkb
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Feb 28, 2024
1 parent 20f552a commit b0a30ad
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .tkb
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"scope": "Workspace",
"tasks": {
"task-oQKhoVOKYhYaRYGvlDMj5": {
"id": "task-oQKhoVOKYhYaRYGvlDMj5",
"description": "Add support for persist and sync",
"columnId": "column-todo"
}
},
"columns": [
{
"id": "column-todo",
"title": "To do",
"tasksIds": [
"task-oQKhoVOKYhYaRYGvlDMj5"
]
},
{
"id": "column-doing",
"title": "Doing",
"tasksIds": []
},
{
"id": "column-done",
"title": "Done",
"tasksIds": []
}
]
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
"editor.wordWrap": "on",
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnSaveMode": "file"
"editor.formatOnSaveMode": "file",
"mayank1513.trello-kanban.Workspace.filePath": ".tkb"
}

0 comments on commit b0a30ad

Please sign in to comment.