Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow selecting multiple boot apps at once and... starting / stopping then together #28

Closed
kdvolder opened this issue Aug 30, 2018 · 4 comments
Labels
discussion enhancement New feature or request

Comments

@kdvolder
Copy link
Collaborator

This is to support use case where I have multiple apps (microservices) meant to work together. I want to be able to start them all with a 'single click'.

In STS/Eclipse version of the boot dash this is supported by allowing multiple apps to be selected. Then using the start / stop / debug actions will operate on all the selected apps.

@Eskibear
Copy link
Member

Eskibear commented Sep 3, 2018

It is blocked by VS Code tree view APIs. But I can think of some alternative ways:
a. Add a command start-multiple-apps, it drops down a list of apps, so I can choose some of them to start.

OR

b. Add a command start-all-apps, it simple starts all the apps in your workspace (as they are probably supposed to be a whole project). But this seems to be too aggressive.

@Eskibear Eskibear added discussion enhancement New feature or request labels Sep 3, 2018
@Eskibear
Copy link
Member

Multiple Debug Consoles is supported in VS Code 1.29.0, now output of different apps will be redirected to different debug console.

image

So I think we can now support the following command for convenience and better UX.

a. Add a command start-multiple-apps, it drops down a list of apps, so I can choose some of them to start.

@Eskibear
Copy link
Member

It looks like:

dashboard-start-multi

@brunovieira97
Copy link
Contributor

Is there any plan to allow us to Stop multiple apps at once too? There's only Start and Debug currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants