You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've cloned the repo, opened it in VSCode, and used "Launch extension" to run the extension in a fresh editor, pipes work just fine in the "Extension Development Host".
@noonien
It is not a pretty solution, but it works. Something is wrong with dynamic imports - so by changing import("child_process") to Promise.resolve(require("child_process")) the issue is fixed on NixOS. I haven't yet properly packaged it, but it should be as simple as:
This might be related to #321 however, I'm not using dev containers.
I'm getting the following errors when trying to use pipes:
!#uname
:|#wc -l
:All other extensions are disabled and I'm not using devcontainers. I am, however, using NixOS which is quite different from other distros.
I have no idea how to debug further, let me know if there is any more information I can provide.
I am using the latest pre-release version, v0.5.14002.
The text was updated successfully, but these errors were encountered: