glacambre / firenvim

Embed Neovim in Chrome, Firefox & others.
GNU General Public License v3.0
4.68k stars 144 forks source link

fix: use noninteractive powershell #1627

Closed xudyang1 closed 1 month ago

xudyang1 commented 1 month ago

This PR is a continuation of #1199 and #1577. #1199 adds support for running powershell.exe when it's not in the path (this occurs when WSL user sets appendWindowsPath=false in /etc/wsl.conf). #1577 adds -NonInteractive option to powershell.exe commands.

glacambre commented 1 month ago

Thanks! :)