nativescript-community / nativescript-vscode-extension

A Visual Studio Code Extension for NativeScript
https://www.nativescript.org/visual-studio-code
Apache License 2.0
82 stars 32 forks source link

fix: increase timeout for reconnecting #227

Closed rosen-vladimirov closed 5 years ago

rosen-vladimirov commented 5 years ago

Increase the timeout for reconnect after liveSync. Currently, if you have stopped on a breakpoint and apply a change in the code (for iOS), the session will not be able to restart for 10 seconds. So increase the timeout as a temp solution for the moment.