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
Not sure this should have the 'vscode' label: unless I don't understand how to reference dependent tasks, this is not just the same as in VS Code, it's broken.
Configure some task, for example:
If you now execute the
Run Task...
command and choose thenpm: build
task, VS Code starts to execute the contributed task labelednpm: clean
.If I do the same in Theia, the
npm build
task is executed without starting thenpm: clean
task.The text was updated successfully, but these errors were encountered: