969502eba7
.vscode launch/tasks wire F5 -> Run Extension (preLaunchTask: npm build). README documents run/dev. Plan archived under docs/superpowers/plans/. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
244 B
JSON
14 lines
244 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "build",
|
|
"group": "build",
|
|
"problemMatcher": ["$esbuild"],
|
|
"label": "npm: build",
|
|
"detail": "Bundle the extension with esbuild"
|
|
}
|
|
]
|
|
}
|