nativescript-vscode-extension icon indicating copy to clipboard operation
nativescript-vscode-extension copied to clipboard

A Visual Studio Code Extension for NativeScript

Results 58 nativescript-vscode-extension issues
Sort by recently updated
recently updated
newest added

Check if we can put some NativeScript-specific icons in VSCode. More info: https://code.visualstudio.com/updates/v1_5

feature

Currently you can set breakpoints in platform-specific TypeScript files. However it is perfectly fine to have platform-specific JavaScript file (e.g., `my-module.android.js`) where breakpoints are not hit.

feature

![error](https://cloud.githubusercontent.com/assets/9071942/19745629/b4e27cb8-9bd2-11e6-8618-c701b886c865.png)

feature

Introduce support for pause on uncaught exception in VS Code.

feature

Consider providing VS Code command to run unit tests for the app: `tns test android`

feature

Create a `mymodule.android.ts` file and set a breakpoint inside it. When the breakpoint is hit VS Code opens the `platforms/android/app` JavaScript file instead of the TypeScript one in the user...

bug
os: android

When there are preliminary breakpoints are not hit in platform specific files.

bug
os: android

When exception is triggered on the debugger side the vs code client should rise Debugger.paused with event exception

bug
os: android