Open ELLIOTTCABLE opened 2 years ago
@ELLIOTTCABLE
It looks like "type": "npm" is contributed by this plugin ... am I correct?
It is confusing, but the npm
task type is now provided by the npm extension that is bundled with VS Code https://github.com/microsoft/vscode/tree/main/extensions/npm. For historical reasons this extension existed before and then most of its functionality has been moved into VS Code core.
Running npm scripts is now also provided by this extension by what is called task auto detection.
Does this cover your scenario?
Apologies if I've ended up in the wrong place, but I'm somewhat new to VScode.
I'm attempting to setup a task to simply run
npm run start
:It looks like
"type": "npm"
is contributed by this plugin ... am I correct?Unfortunately, when I attempt to run that, a new task-terminal opens, but it doesn't appear to attempt to use zsh, WSL2, or anything sane - instead, it's ... maybe a decades-old "CMD" terminal? I'm honestly not sure. But this is all I see:
What does this error-message mean? Is there a way I can get this working?