vscode-fish icon indicating copy to clipboard operation
vscode-fish copied to clipboard

Error: spawn fish ENOENT

Open Tyriar opened this issue 1 year ago • 2 comments

I've seen this a few times recently. Note that I'm on Windows and fish does not exist.

image

Tyriar avatar Aug 31 '24 13:08 Tyriar

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.

wbfw109 avatar Nov 15 '24 15:11 wbfw109

I finally found Workaround. Run on bash

ln -s /home/linuxbrew/.linuxbrew/bin/fish /usr/bin/fish

wbfw109 avatar Nov 15 '24 16:11 wbfw109

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

bmalehorn avatar Oct 12 '25 20:10 bmalehorn