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

[iOS] Launch on iOS is stuck the first time you run a project #249

Open MartoYankov opened 5 years ago

MartoYankov commented 5 years ago

Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):

Describe the bug VS Code is stuck on launch on iOS the first time you run a project.

To Reproduce

  1. Execute tns create anywhere and create a project.
  2. Open VS Code with the project.
  3. Configure launch.json for NativeScript
  4. Click Launch on iOS.

The output is stuck at Running tns command....

Expected behavior The app launches on iOS emulator/device.

Additional context Restarting VS Code fixes the issue. The issue doesn't reproduce on Android.

DimitarTachev commented 5 years ago

related to https://github.com/NativeScript/nativescript-vscode-extension/issues/239