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

Remove IPC #182

Closed ivanovit closed 6 years ago

ivanovit commented 6 years ago

On windows, IPC connection sometimes fails to be established. Use the debug adapter events for communication with the extension host process.

For more information: https://code.visualstudio.com/docs/extensionAPI/api-debugging#_debug-session-api https://github.com/Microsoft/vscode/issues/49389