sync-request icon indicating copy to clipboard operation
sync-request copied to clipboard

Doesn't work when used in VS Code plugin

Open TSMMark opened this issue 2 years ago • 1 comments

find port exited with code 1.

TSMMark avatar Apr 13 '22 16:04 TSMMark

This is fundamentally caused by the fact that process.execPath is not [...]/node. It is Code Helper instead. I think this cannot be used in VSCode. You might want to refactor you code with async functions instead.

Trebor-Huang avatar Jul 30 '22 08:07 Trebor-Huang

sync-request does not support being used in VSCode Plugins. This is working as intended.

ForbesLindesay avatar Sep 02 '22 01:09 ForbesLindesay