You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been unable to find parameter that allows starting ripple emulator server w/o launching browser that connects to it. Having this switch option would enable scenarios like vscode and similar ide debuggers that can launch and attach to browser provided server side is up and running.
The text was updated successfully, but these errors were encountered:
i found a way to make this work using the an alias'd command that does what visual studio 2015 update 2 [vs15upd2] does when you tell it to launch a debug session for an apache cordova project using one of the provided ripple emulator options.
i'm have no node package sme but if i can find the time i'll take a look at how "ripple emulate" is implemented and if adding a "--nobrowser" switch option, similar to what "ionic serve" supports, can be enabled in a straight forward way . . . and if so put that in a pull request.
I've been unable to find parameter that allows starting ripple emulator server w/o launching browser that connects to it. Having this switch option would enable scenarios like vscode and similar ide debuggers that can launch and attach to browser provided server side is up and running.
The text was updated successfully, but these errors were encountered: