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

Support multiple serverReadyActions #69472

Closed
roblourens opened this issue Feb 26, 2019 · 9 comments
Closed

Support multiple serverReadyActions #69472

roblourens opened this issue Feb 26, 2019 · 9 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality under-discussion Issue is under discussion for relevance, priority, approach

Comments

@roblourens
Copy link
Member

roblourens commented Feb 26, 2019

Testing #69313

We should support declaring multiple serverReadyActions per launch config.

"serverReadyActions": [
  { ... }
]
@weinand
Copy link
Contributor

weinand commented Feb 27, 2019

@roblourens do you have a specific use-case in mind?

@weinand weinand added debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality labels Feb 27, 2019
@weinand weinand added this to the On Deck milestone Feb 27, 2019
@roblourens
Copy link
Member Author

If this was used for generic triggers beyond waiting for a webserver to be ready then it could make sense to have more than one.

@weinand weinand added the under-discussion Issue is under discussion for relevance, priority, approach label Mar 6, 2019
@weinand weinand modified the milestones: On Deck, March 2019 Mar 6, 2019
@weinand
Copy link
Contributor

weinand commented Mar 21, 2019

Since I expect that only very few users will use more than one severReadyAction, I think that we should not use a syntax that always requires a top level array.
If we really need to support multiple serverReadyActions, we can introduce the concept of a "composite" for the "action" attribute, or we could accept an array for the "serverReadyAction" attribute (in addition to the structure).

@weinand weinand modified the milestones: March 2019, Backlog Mar 21, 2019
@yoshavit
Copy link

I'd really appreciate this, as my workflow (developing a chrome extension) requires me to navigate to a url to trigger an extension reload (see https://stackoverflow.com/questions/2963260/how-do-i-auto-reload-a-chrome-extension-im-developing), and separately to navigate to a page on which to test the extension.

@tcfialho
Copy link

My use case is: I want to open swagger and pgadmin and Kafdrop at same time.

@weinand
Copy link
Contributor

weinand commented Feb 25, 2022

Did you try this: https://code.visualstudio.com/docs/editor/debugging#_triggering-an-arbitrary-launch-config with a compound launch configuration?

@weinand weinand assigned roblourens and unassigned weinand Oct 19, 2022
@vscodenpa
Copy link

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa
Copy link

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa
Copy link

🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale Dec 20, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Feb 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality under-discussion Issue is under discussion for relevance, priority, approach
Projects
None yet
Development

No branches or pull requests

5 participants