sync-request
sync-request copied to clipboard
Doesn't work when used in VS Code plugin
find port exited with code 1.
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.
sync-request does not support being used in VSCode Plugins. This is working as intended.