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 use Xonsh on Windows and unless I set "terminal.integrated.defaultProfile.windows": "Command Prompt" (or Powershell) the program behaves as if it is on Linux, however this causes a The specified path is invalid.
fzf | c:\\Users\\XXXXXX\\.vscode\\extensions\\rlivings39.fzf-quick-open-0.5.1\\scripts\\topipe.bat open \\\\?\\pipe\\fzf-pipe-51676
The specified path is invalid.
The text was updated successfully, but these errors were encountered:
Thanks for reporting @Spitfire1900 . Please let me know if I'm understanding correctly. As I understand this, you're reporting 2 issues.
First, you have terminal.integrated.automationProfile.windows set but not terminal.integrated.defaultProfile.windows. The extension reads the latter and ignores the former, causing issues. Second, once you set defaultProfile you get the error shown.
The extension is using terminal.integrated.defaultProfile.windows instead of terminal.integrated.automationProfile.windows.
The extension adding support for Xonsh or using the terminal.integrated.automationProfile.windows instead of terminal.integrated.defaultProfile.windows would resolve this issue.
I use Xonsh on Windows and unless I set
"terminal.integrated.defaultProfile.windows": "Command Prompt"
(or Powershell) the program behaves as if it is on Linux, however this causes a The specified path is invalid.The text was updated successfully, but these errors were encountered: