nativescript-community / nativescript-vscode-extension

A Visual Studio Code Extension for NativeScript
https://www.nativescript.org/visual-studio-code
Apache License 2.0
82 stars 32 forks source link

Doesn't work with NativeScript 6.2 #271

Open markusmauch opened 4 years ago

markusmauch commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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" }