vscode-fish
vscode-fish copied to clipboard
Error: spawn fish ENOENT
I've seen this a few times recently. Note that I'm on Windows and fish does not exist.
Me too. In my case, the error occurs when I install and use fish shell with linuxbrew. It seems that fish path may be hardcorded. I expect the path can be changed by user.
I finally found Workaround. Run on bash
ln -s /home/linuxbrew/.linuxbrew/bin/fish /usr/bin/fish
Hey @Tyriar , you may have already figured this out but path to the fish executable can be adjusted by changing the setting "fish.path.fish".