Skip to content

Commit a27a0cb

Browse files
committed
chore: Updated Kanban board
1 parent 91b4fbd commit a27a0cb

File tree

3 files changed

+39
-6
lines changed

3 files changed

+39
-6
lines changed

.tkb

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"scope": "Workspace",
3+
"tasks": {
4+
"task-qOwN6wAbcOwvCa1jGY-Tj": {
5+
"id": "task-qOwN6wAbcOwvCa1jGY-Tj",
6+
"description": "fix/update cypress tests",
7+
"columnId": "column-todo"
8+
}
9+
},
10+
"columns": [
11+
{
12+
"id": "column-todo",
13+
"title": "To do",
14+
"tasksIds": [
15+
"task-qOwN6wAbcOwvCa1jGY-Tj"
16+
]
17+
},
18+
{
19+
"id": "column-doing",
20+
"title": "Doing",
21+
"tasksIds": []
22+
},
23+
{
24+
"id": "column-done",
25+
"title": "Done",
26+
"tasksIds": []
27+
}
28+
]
29+
}

.vscode/extensions.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
44

55
// List of extensions which should be recommended for users of this workspace.
6-
"recommendations": ["esbenp.prettier-vscode"],
6+
"recommendations": [
7+
"esbenp.prettier-vscode",
8+
"mayank1513.trello-kanban-task-board"
9+
],
710
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
811
"unwantedRecommendations": []
912
}

.vscode/settings.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"editor.formatOnSave": true,
3-
"editor.defaultFormatter": "esbenp.prettier-vscode",
4-
"prettier.jsxSingleQuote": true,
5-
"prettier.singleQuote": true
6-
}
2+
"editor.formatOnSave": true,
3+
"editor.defaultFormatter": "esbenp.prettier-vscode",
4+
"prettier.jsxSingleQuote": true,
5+
"prettier.singleQuote": true,
6+
"mayank1513.trello-kanban.Workspace.filePath": ".tkb"
7+
}

0 commit comments

Comments
 (0)