Vscode: Add ability to run multiple background/watching tasks

Created on 20 Jan 2017  路  2Comments  路  Source: microsoft/vscode

Currently, it is possible to run only one watching task.
But often it is required to run multiple background tasks to start the project (e.g. "npm run-script start-server" and "npm run-script start-client").

tasks

Most helpful comment

This is in the pipeline...

All 2 comments

This is in the pipeline...

This got addressed by the new terminal runner. To make use of the new terminal runner please see: https://code.visualstudio.com/docs/editor/tasks#_convert-from-010-to-200

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sijad picture sijad  路  3Comments

chrisdias picture chrisdias  路  3Comments

philipgiuliani picture philipgiuliani  路  3Comments

ryan-wong picture ryan-wong  路  3Comments

omidgolparvar picture omidgolparvar  路  3Comments