Skip to content

Conversation

@motm32
Copy link
Contributor

@motm32 motm32 commented Jan 15, 2026

I've tested this by locally debugging and through a vsix and both seemed to work properly.

@motm32 motm32 marked this pull request as ready for review January 16, 2026 18:22
@motm32 motm32 requested a review from a team as a code owner January 16, 2026 18:22
Comment on lines +43 to +58
{
"label": "Watch: ESBuild with Web View",
"type": "shell",
"command": "npx",
"args": [
"concurrently",
"\"npm:build:esbuild -- --watch\"",
"\"npm:build:webview -- --watch\""
],
"isBackground": true,
"problemMatcher": "$esbuild-watch",
"presentation": {
"reveal": "always",
"focus": true
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you could build a compound task for this? I'm worried the problem matcher will get very confused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants