Running multiple cmd tasks in tasks.json seem too mutually excluce themselves #16373
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
*question
Issue represents a question, should be posted to StackOverflow (VS Code)
tasks
Task system issues
Hi, I'm creating a build task to run tsc to get compilation errors and tslint to see the warnings I've got defined for project. I just can run one task at a time, if I put isBuildCommand to more than one task only the first seems to be executed.
Note: I also have TSLint extension by egamma
Steps to Reproduce:
Do ctrl+shift+b
Depending on the order of the tasks I just see errors (tsc) or warning (tslint)
Is this a bug or it's just the way it works for now?
The text was updated successfully, but these errors were encountered: