bmalehorn / vscode-fish

Fish syntax highlighting and formatting
MIT License
65 stars 7 forks source link

Error: spawn fish ENOENT #33

Closed ghost closed 1 year ago

ghost commented 1 year ago

I'm on Silverblue using the integrated terminal as a toolbox created with flatpak-spawn and I'm seeing the Error: spawn fish ENOENT every time I open a fish script. Any way to make it work together? Thanks!

bmalehorn commented 1 year ago

You need to be able to open a terminal, type fish, and have it run successfully. You probably need to yum install fish or apt-get install fish to make it go away.