71 / dance

Make your cursors dance with Kakoune-like modal editing in VS Code.
https://marketplace.visualstudio.com/items?itemName=gregoire.dance
ISC License
423 stars 52 forks source link

Pipes not working #332

Open noonien opened 4 months ago

noonien commented 4 months ago

This might be related to https://github.com/71/dance/issues/321 however, I'm not using dev containers.

I'm getting the following errors when trying to use pipes:

!#uname:

error executing command "dance.selections.pipe.append": Invalid host defined options

|#wc -l:

error executing command "dance.selections.pipe.replace": Invalid host defined options

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.

noonien commented 4 months ago

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".