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

AppPath any other than ${workspaceRoot} freezes debugger #104

Open Swiftwork opened 7 years ago

Swiftwork commented 7 years ago

When appRoot isn't actually the workspace root but rather a sub directory "${workspaceRoot}/nativescript" the plugin won't get past the initialization call due to the server creating a socket hash from the workspaceRoot and not appRoot

ivanbuhov commented 7 years ago

@Swiftwork You are absolutely right. We have to think about another mechanism for calculating the unix socket path used for communication between the debug adapter and the extension host process.

manojdcoder commented 7 years ago

+1

Gyunikuchan commented 7 years ago

+1

stylefish commented 7 years ago

anything new on this? i'm trying to develop a nativescript + electron desktop app with some code share and cannot let nativescript live inside the workspace folder. for now i'm using console.log() debugging ;) so it would be nice to have this ;) thanks for feedback!

madmath03 commented 7 years ago

+1

harrijon commented 6 years ago

+1

5te1n commented 6 years ago

I can't debug my plugin-seed, because of this issue. Is there already a fix for this?