Skip to content

Commit f341d0a

Browse files
committed
Fix formatting of tasks.json
1 parent ab8453c commit f341d0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"panel": "dedicated",
88
"showReuseMessage": true
99
},
10-
"tasks": [// Compound tasks
10+
"tasks": [
11+
// Compound tasks
1112
{
1213
"label": "Development",
1314
"dependsOn": ["demo-server", "tsc", "esbuild", "esbuild-demo"],

0 commit comments

Comments
 (0)