Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nativescript-community/nativescript-vscode-extension

A Visual Studio Code Extension for NativeScript
https://github.com/nativescript-community/nativescript-vscode-extension

fix connected callback invocation

4ea7501f7a53ce4137821040ca9d0fd709db71b0 authored almost 9 years ago
confirm the connection when attaching only on first "afterCompile" message comming from V8 thus ensuring that the debugger is indeed connected

increased the initial set break point timeout in release. (Android sends a lot of messages initi...

bfadd7f0e150350df1b55a2f8780a92c9dcb8abd authored almost 9 years ago
output error messages when getting the android debug port

show the error message on every tns command that fails the current debug/attach session in conso...

c377f2b7425d2d98be44dd7afb8e1f46afe1c4e9 authored almost 9 years ago
output the error code on tns command failures

9a926e7367d43b5b3d55a5d104142d8bc73d7754 authored almost 9 years ago
add support for typescript in android projects

fixed sourcemap handling for android (parses the js file to extract the sourcemapurl and allow t...

50e42b01d07a796965ec5ddba221cfac6f6c2721 authored almost 9 years ago
Respect tnsArgs field in iOS, too

7b267d86b56b0593bb915cd2c2cc4b119871eaef authored almost 9 years ago
Add run command for Android

1ab8cd5115e33025155d22f2eb981c56d44af074 authored almost 9 years ago
add keybindings for run commands

6df4443c09f42e1dfdb2f209eb524a5e0322bd9b authored almost 9 years ago
Add CLI existance and version checks for Android attach/launch

fe5828a45c49dc81d84414990b96815ed4c3fac3 authored almost 9 years ago
Introduce checks for CLI existance and CLI version

a48f91e0e11cd8be880ac178c4044a09ae9746bb authored almost 9 years ago
fogotten file

73a090bfed007df3f306e638265cb21c839e369b authored almost 9 years ago
test for tns installed on debug/attach commands

refactored CommandBuilder
support passing any tns arguments for every Debug command
fix getting ...

3adb6caa3a3c7b25c62198374960f17a14257d2b authored almost 9 years ago
Rename webRoot option to appRoot

306259b89bdd1813f8475bccbf6c0a991c1335a3 authored almost 9 years ago
Add option to run command to choose between device and emulator

2331a4d3207655ce7b8f66a4e8ce47621e92fc51 authored almost 9 years ago
Revert "Include nativescript CLI as dependency."

This reverts commit e7149916964dacedf87bda23692c81c558275031.

7ae705be6d4e9c3833c3be591838f2a599ea8744 authored almost 9 years ago
Include nativescript CLI as dependency.

e7149916964dacedf87bda23692c81c558275031 authored almost 9 years ago
Fix build and install steps

bf2f6fd0f6b3cc5f75dbe163b3cd8b2c532ce725 authored almost 9 years ago
Remove unnecessary commands. Split run command to 'run ios' and 'run android'

815fcc9dfc3eb3c5979cc2026db2b50e3a6c42b3 authored almost 9 years ago
Polish some meta information

fbe7b4b377ab4edb6c6af17df20ea0edd8f01170 authored almost 9 years ago
Remove nativescript and shelljs npm dependecies

d121fa3130983e161a439da93f250292a8d2d7b5 authored almost 9 years ago
Change iOS attaching logic to use Unix domain socket. The socket path is get from CLI stdout.

5db8bf04f029950cae96f238f8a7b582470d8e11 authored almost 9 years ago
Fork attach logic for ios and android

002da6e5bd3dd6d4f10d25178f123c834a60e4ba authored almost 9 years ago
Update build steps

f791b484bf620e5c7e19ba471726c0fcf48f127a authored almost 9 years ago
Path resolution fix. Close #9.

a9dfe9e9e4e2916bcab4227ad64d267b0d650677 authored almost 9 years ago
Fix source maps

ddd9db5587b909acf43887f32fca081a327cb667 authored about 9 years ago
support break event on exceptions (working for break on all exceptions only)

e7a0ac32d49ca4f83e681ce8c564fb2f3225bf2c authored about 9 years ago
Strengthen the check whether the debugger is ready to communicate

0051e1ccf4b0a7bb06d7fa788d7bc2bf22bea221 authored about 9 years ago
Fix attach on iOS

93f19c148a4f5463175028c60f511f08d68f43d6 authored about 9 years ago
Remove initialization duplication.

d2df452749010fcf4b82d3784f8af03803b7ace3 authored about 9 years ago
Remove repeated module import

d26c780314d426e19e1f72d56dc2c37739263b4e authored about 9 years ago
updated license

1167f296dd05d36ce07cd5e47e1faf6db73095c2 authored about 9 years ago
show error message when debuger can not be started

updated license file

8fa8a08a330d5b34ee19ae779bea0ce6a38f3c75 authored about 9 years ago
refactor debug adapter debugger attach and launch initialization

fixed launch command for androdi

3e761d4ee547e2a61af402eaa78a4d7bdd2b5aab authored about 9 years ago
Implement NativeScript Run command

61a8e46b28670f1164d0eec8d3eaa04719e6f187 authored about 9 years ago
support launch for {N} android apps

fix getting port to debug
fix error messages
fix finding of android internal js files when debug...

2ec9cbfee05bd9afc0e068ad4807b17db7ae53a0 authored about 9 years ago
CLI output is shown in the client debugger console

d8c99b00c53198f1f3becd372252f4d04ed17279 authored about 9 years ago
fix console message handling

wait for debugger start message before attempting to connect

044b8c3b0764e438b55e6525439f903177430a0f authored about 9 years ago
Show error when trying to use ios platform on windows. Fixes #3

1986850c20af1e392aacca5df976c5a7a20d8e2b authored about 9 years ago
Add launch options for iOS device.

5f257030eb66ddf753b1e7dc59fb24abb291b7b1 authored about 9 years ago
Repeatedly try to attach to backend instead of relying on specific string to be written in tns debug command's stdout.

1bfb0020e81958d5911738df9444831a85add177 authored about 9 years ago
Enable source maps to iOS launch options.

1d23c6e17c5f49ec1c1f34680128d9998cfdc215 authored about 9 years ago
Remove NativeScript typescript definitions. TypeScript definitions should be used when exposing vanilla JavaScript APIs to TypeScript. Otheerwise they are unnecessary.

3d0791139516d17565c5f58eb9d2525080a6960a authored about 9 years ago
fix module path resolution on android

540dcce09269c0c286c074c7a917ec0b44084b1c authored about 9 years ago
support errors

set correct path to file if the path has been already converted to local path to file

c09799a816a15eeba80d6876aa2071be1c31bdcf authored about 9 years ago
show console messages in debug output window

1d7e5eb91ab3ec15fe4bc6d867778387d11d855f authored about 9 years ago
get debug port before trying to connect

initial launch support

b2f90aff8b175973279b5a74a7ca9eacfa34484e authored about 9 years ago
Merge branch 'ErjanGavalji/merge-changes'

5f1583147a32758315ea1eccc486f766087274cb authored about 9 years ago
Remove the redundant CreateProject command

f021f2a62fcf4ddc15dfc1e2ae6932d2b8369507 authored about 9 years ago
Move the create command code to the nsMain file

4b032ef07668328b0b912db95ce7a31f4f50c134 authored about 9 years ago
Improve the readme

4fa4c13406a8be7b6fdb08c47d9f7ac80a88b7cf authored about 9 years ago
Update the readme

2435750c35a481cc91ab9d08d83e1ff5610847ae authored about 9 years ago
Add the custom-typings folder to the compilation list

9fb9b01b3cefdb68f5c218e9d5a189af3b6fcdd1 authored about 9 years ago
Ignore the tests folder

aaa5426029a93b783af2be368c44811670bf1286 authored about 9 years ago
Fix some of the typescript warnings

1275829308026365dfcd63854bafd6fdb227d6eb authored about 9 years ago
Remove the typings folder from source control

3f25ffd926d6a3e283af77447adc5e0eba29bd49 authored about 9 years ago
Add a shelljs dependency. Add the TypeScript declarations for the module

6a774924af96b5e01b23d981cb4a5c048c067a94 authored about 9 years ago
Now creating the project

81b9fbec6210c233923dfbf25f5b3c862b5a4802 authored about 9 years ago
Implement the project creation

b717fd7126d3cdfd40b0e609506606809229614f authored about 9 years ago
Attempt implementing the command

Add a dependency to NativeScript
Spawn the tns create process
Try debugging the reason for the e...

7095b2861c9bb19c136b1cbb4dcaf6670aa5b252 authored about 9 years ago
Update the node.js typings to 4.x

ae5f44f934db993158256e976b4251ad9e6df30e authored about 9 years ago
removed duplicates

07390b42ab0f7389845b537b853e1b47d1cf85cb authored about 9 years ago
replaced master with the {N} vscode debuggers

5440252841795eced413582725b07d9f566a3218 authored about 9 years ago
Init

092fcbedb5fe4b31a40dfa1eb7ef9e61a074f20d authored about 9 years ago