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

HI, Since **4.2.1** and now **4.2.2** of NativeScript and `tns-ios: 4.2.0` I have started noticing that the VS Code extension debugger is detaching itself if it encounters an runtime error...

_From @larssn on September 19, 2018 8:8_ ### Tell us about the problem So our company just switched to NativeScript from Cordova, and we're used to VSCode being able to...

Steps: - `npm link tns-core-modules` - `Launch on iOS` of [safe-area](https://github.com/NativeScript/NativeScript/tree/ios-safe-area/e2e/safe-area) app - set a breakpoints at [grid-layout.ios.ts](https://github.com/NativeScript/NativeScript/blob/master/tns-core-modules/ui/layouts/grid-layout/grid-layout.ios.ts#L160) and [wrap-layout.ios.ts](https://github.com/NativeScript/NativeScript/blob/master/tns-core-modules/ui/layouts/wrap-layout/wrap-layout.ios.ts#L123) Error - hovering on ignored breakpoints shows: ``` Breakpoint ignored...

Research if it is possible to display related files as a group in VSCode file explorer. In a typical NS app it is common to have files with same names...

feature

Recently when in watch mode my emulator shuts down completely every time i make a change in watch mode. On the device the app no longer launches on change. Also...

VSCode now supports showing documentation over an html element like `` and also marks all the NativeScript UI components as unrecognized elements with a red color, it's possible to make...

Steps: - `npm link tns-core-modules` - `Launch on iOS` of [safe-area](https://github.com/NativeScript/NativeScript/tree/ios-safe-area/e2e/safe-area) app - hover over a breakpoint at [grid-layout.ios.ts](https://github.com/NativeScript/NativeScript/blob/master/tns-core-modules/ui/layouts/grid-layout/grid-layout.ios.ts#L160) and [wrap-layout.ios.ts](https://github.com/NativeScript/NativeScript/blob/master/tns-core-modules/ui/layouts/wrap-layout/wrap-layout.ios.ts#L123) Error: ``` (UIKit) [com.apple.UIKit.LayoutConstraints] View has an ambiguous layout....

When I debug in VS Code I can set a breakpoint in a .ts file and the debugger will stop at that location, however, it stops in the .js file....

bug
question

Steps to reproduce: 1. Set some breakpoints 2. Launch on Android/iOS 3. Stop the debug session 4. Launch again without adding/removing breakpoints Expect the app to stop on the breakpoints...

bug
severity: high

Steps to reproduce: 1. open `main-page.js` from template 2. put a breakpoint 3. select `Launch on Android` 4. hit F5 If you add `"stopsOnEntry": true` and disable then re-enable breakpoints...

bug