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 am using vscode with the "Cordova Tools" extension for building an Ionic2 app. Currently my build/debug workflow is the following, when I need to debug it on the device (which I need since I am testing some hardware functionalities which cannot be simulated):
run ionic serve --nobrowser in the background
press F6 for the cordova build: this shows automatically the output window
press F5 for starting the debugger
Here it would be nice to see the debug window automatically - without explicitely showing it with Ctrl-Shift-Y.
I opened an issue for this topic on vscode-cordova repository, but the guys there mentioned it seems to be more a vscode issue...
The text was updated successfully, but these errors were encountered:
Yes, it is a configuration on the vscode side. To get the behavior you would like you can add to your launch.json configuration: 'internalConsoleOptions': 'openOnSessionStart'
More details can be found here: #6159
I am using vscode with the "Cordova Tools" extension for building an Ionic2 app. Currently my build/debug workflow is the following, when I need to debug it on the device (which I need since I am testing some hardware functionalities which cannot be simulated):
ionic serve --nobrowser
in the backgroundHere it would be nice to see the debug window automatically - without explicitely showing it with
Ctrl-Shift-Y
.I opened an issue for this topic on vscode-cordova repository, but the guys there mentioned it seems to be more a vscode issue...
The text was updated successfully, but these errors were encountered: