Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Added browser launching to launch.json #84

Closed
wants to merge 1 commit into from

Conversation

cmrigney
Copy link

This adds two options to launch.json.

launchBrowser -> URL that opens in a browser on project launch.
browserDelay -> Number of milliseconds to delay the browser opening. This can be set to "auto" to automatically launch when the http port is open. This is useful for projects that take a moment to start up.

@weinand weinand self-assigned this Aug 22, 2016
@weinand weinand added the debug label Aug 22, 2016
@cmrigney
Copy link
Author

Any updates on if this can be merged?

@weinand
Copy link
Contributor

weinand commented Sep 13, 2016

@codyrigney92 thanks for the PR. I've reviewed the PR and it looks fine, but we'd rather like to have this feature available as a preLaunchTask(or may be as a not yet existing postLaunchTask) than introducing a new but similar mechanism on a specific extension.
We are currently looking into how to support this feature as a regular task that is connected to a launch config as a preLaunchTask.

@cmrigney
Copy link
Author

@weinand Ok thanks for the update.

@weinand weinand removed the debug label Nov 20, 2017
@weinand
Copy link
Contributor

weinand commented Mar 1, 2019

this is now addressed by the discussion in microsoft/debug-adapter-protocol#23 and the new feature in VS Code.

@weinand weinand closed this Mar 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants