Ivan Buhov
Ivan Buhov
This will allow JavaScript code to check if the app is built for `Debug` or `Release`. A possible implementation is to set the value of JavaScript variable in code surrounded...
### Support for Workers For Android solution please check - https://github.com/NativeScript/android-runtime/issues/532 #### Description General guidelines for the Workers implementation effort and specification in the context of NativeScript. We have an...
This way we can remove the complex handshaking between the CLI and the app. XPC requires using some private APIs, but since debugging is disabled in release we can safely...
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...
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...
Step to reproduce: 1. Run `Launch on iOS` 2. After VSCode is attached make change in a `.xml` file and save it. 3. **While the CLI is livesyncing** the changed...
Since iOS development requires OS X the "Launch/Attach on iOS" configuration is redundant on Windows. We have to check if we can have platform-specific debug configurations.
`Launch on iOS/Android` can be removed in favour of `Sync on iOS/Android`.
This should be possible with the [multi-target debugging support](https://code.visualstudio.com/updates#_multitarget-debugging).
Load NativeScript CLI in process instead of spawning new processes for every CLI command.