File tree 3 files changed +39
-6
lines changed 3 files changed +39
-6
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 3
3
// Extension identifier format: ${publisher }.${name}. Example: vscode.csharp
4
4
5
5
// 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
+ ],
7
10
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
8
11
"unwantedRecommendations" : []
9
12
}
Original file line number Diff line number Diff line change 1
1
{
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
+ }
You can’t perform that action at this time.
0 commit comments