Skip to content

Have a way to run multiple watches together #51168

@octref

Description

@octref

When working on Language Servers, it's common to watch-compile on two folders. For example:

https://github.com/octref/vscode-language-server-template/blob/master/package.json#L9-L10

For us, we have

"compile": "gulp compile-extension:css-language-features-client && gulp compile-extension:css-language-features-server"

But we can't do

gulp watch-extension:css-language-features-client && gulp watch-extension:css-language-features-server

Because only one will be run.

Are there any way to do this with gulp, or can we include something like https://github.com/mysticatea/npm-run-all or https://github.com/kimmobrunfeldt/concurrently?

Metadata

Metadata

Assignees

Labels

vscode-buildVS Code build process issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions