Skip to content

Doesn't work with NativeScript 6.2 #271

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
markusmauch opened this issue Nov 8, 2019 · 2 comments
Open

Doesn't work with NativeScript 6.2 #271

markusmauch opened this issue Nov 8, 2019 · 2 comments
Assignees

Comments

@markusmauch
Copy link

After updating to NativeScript 6.2 it is no longer possible to use the debugger in vs code. It says:

[NSDebugAdapter] Running tns command...

[NativeScriptCli] execute: tns --analyticsClient VSCode debug android --watch
[NSDebugAdapter] Watching the tns CLI output to receive a connection token

And then nothing happens.

@rosen-vladimirov
Copy link
Contributor

Hey @markusmauch ,
Can you give us more details, as we are unable to reproduce the issue on our side? Does the issue reproduce with newly created hello world application?
What is your version of NativeScript VSCode Extension?
Can you send us your package.json ?

@markusmauch
Copy link
Author

The extensions version is 0.11.0

package.json:

{ "nativescript": { "id": "com.xxx.xxx.xxx", "tns-ios": { "version": "6.2.0" }, "tns-android": { "version": "6.2.0" } }, "main": "app.js", "version": "1.0.0", "license": "UNLICENSED", "repository": "<fill-your-repository-here>", "dependencies": { "linq": "^3.2.0", "nativescript-camera": "^4.5.0", "nativescript-clipboard": "^1.2.0", "nativescript-custom-bottomsheet": "^1.0.6", "nativescript-extendedinfo": "^1.0.7", "nativescript-fingerprint-auth": "^7.0.2", "nativescript-imagepicker": "^7.1.0", "nativescript-iqkeyboardmanager": "^1.5.1", "nativescript-modal-datetimepicker": "^1.2.1", "nativescript-plugin-firebase": "^10.1.1", "nativescript-preferences": "^1.1.2", "nativescript-secure-storage": "^2.6.0", "nativescript-theme-core": "^2.0.24", "nativescript-ui-calendar": "^5.0.0", "nativescript-ui-listview": "^7.1.0", "tns-core-modules": "^6.1.2" }, "devDependencies": { "nativescript-dev-webpack": "^1.3.0", "tns-platform-declarations": "^6.1.1", "typescript": "3.4.5", "uglifyjs-webpack-plugin": "^2.1.3", "webpack": "4.35.2", "webpack-cli": "^3.3.10" }, "gitHead": "c175016cf900d406d2428bb6c4fcbb62093fb351", "readme": "NativeScript Application" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants