Fix formatting of tasks.json

This commit is contained in:
Daniel Imms
2024-07-07 09:21:55 -07:00
parent ab8453c773
commit f341d0a3e9
+2 -1
View File
@@ -7,7 +7,8 @@
"panel": "dedicated",
"showReuseMessage": true
},
"tasks": [// Compound tasks
"tasks": [
// Compound tasks
{
"label": "Development",
"dependsOn": ["demo-server", "tsc", "esbuild", "esbuild-demo"],