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

Cannot attach to `tns test android --debug-brk` #234

Closed DimitarTachev closed 5 years ago

DimitarTachev 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):

To Reproduce 1) tns create jsApp --js && cd jsApp 2) tns test android --debug-brk 3) Click the Attach on Android configuration. 4) Unable to open 'ts_helpers.js': File not found (file:///data/data/org.nativescript.jsApp/files/internal/ts_helpers.js). error will be shown.

Expected behavior VSCode should attach and debug the unit tests.