nativescript-vscode-extension
nativescript-vscode-extension copied to clipboard
A Visual Studio Code Extension for NativeScript
_From @DavoBR on September 14, 2018 1:18_ **tns doctor result:** DAVID-MAC:~ davo$ tns doctor ✔ Getting environment information No issues were detected. ✔ Your ANDROID_HOME environment variable is set and...
After some time struggling all my weekend trying to set {N} on my Mac (after several permissions errors) I finally get my workspace up and running. Googling new extensions to...
**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): - CLI:...
**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): - CLI:...
@AhmedAzzabi commented on [Sat Nov 10 2018](https://github.com/NativeScript/NativeScript/issues/6537) So I was testing with version 5.0, I noticed that if I have small js error like undefined or null reference exception the...
* CLI: 5.2.0 * VSCode: v.2019.2.21.1 Steps to reproduce: * tns create app1 --js * tns test init * Open app in VSCode, set breakpoint in tests/example.js file * Run...
**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): - CLI:...
When trying to run debugger in VSC with stopOnEntry: true debugger throws the following error and stops. ``` Unable to open 'ts_helpers.js': File not found (file:///data/data/com.appxxx/files/internal/ts_helpers.js). ``` I’m not sure...
**Describe the bug** After upgrade to nativescript-vscode-extension v0.8.0, I find that there is only one line in the call stack when debugging. It is not very convenient when I want...
I have read the instructions and it states quite clearly that the extension requires Nativescript to be installed globally. So this is only a request for ideas. My workflow has...