You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using npm on the yo code
my system is manjaro linux
I want to create a dev environment for a typescript extension.
When i select webpack the ms-vscode.extension-test-runner is unavailable from the marketplace. extension host takes more than 10 seconds to run and breakpoints don't work.
when i select esbuild, the ms-vscode.extension-test-runner is unavailable and so is connor4312.esbuild-problem-matchers. i get Error: Invalid problemMatcher reference: $esbuild-watch, and this is highlighted in tasks.json
when i select unbundled the ms-vscode.extension-test-runner is unavailable and Extension host did not start in 10 seconds, it might be stopped on the first line and needs a debugger to continue. breakpoints don't work.