2024-01-12 15:50:31 -05:00
|
|
|
{
|
2024-01-12 16:16:18 -05:00
|
|
|
"folders": [
|
|
|
|
{
|
|
|
|
"path": "."
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"settings": {
|
|
|
|
"editor.formatOnSave": true
|
|
|
|
},
|
|
|
|
"tasks": {
|
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"label": "Serve Esbuild",
|
|
|
|
"detail": "Run a local server serving html files & transpiling TS -> JS",
|
|
|
|
"command": "npm",
|
|
|
|
"type": "process",
|
|
|
|
"args": ["run", "serve"],
|
|
|
|
"problemMatcher": ["$esbuild-watch"],
|
|
|
|
"presentation": {
|
|
|
|
"reveal": "always",
|
|
|
|
"panel": "dedicated"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|