Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: Powershell and node (Python too?) cannot interact #20

Open
the42 opened this issue Feb 1, 2021 · 1 comment
Open

Windows: Powershell and node (Python too?) cannot interact #20

the42 opened this issue Feb 1, 2021 · 1 comment
Labels

Comments

@the42
Copy link

the42 commented Feb 1, 2021

Using RBQL on Windows 10 and node as the RBQL backend and with shell set to Powershell as described here:

https://neovim.io/doc/user/options.html , search for powershell:

let &shell = has('win32') ? 'powershell' : 'pwsh'
set shellquote= shellpipe=\| shellxquote=
set shellcmdflag=-NoLogo\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command
set shellredir=\|\ Out-File\ -Encoding\ UTF8

When trying to run an RBQL command with F5 the interaction between Powershell and node dies with this error message:

IO handling
Unknown output csv policy
@mechatroner
Copy link
Owner

Yes, it looks like it has something to do with argument quoting. I will try to investigate this when I have some time. Thanks for reporting!

@mechatroner mechatroner added the bug label Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants