fresh icon indicating copy to clipboard operation
fresh copied to clipboard

LSP doesn't work on bash files that don't have an sh extension (Shows error)

Open maddada opened this issue 4 months ago • 0 comments

Great project, thank you!

If you do fresh ~/.zshrc on mac you'll see that the LSP isn't working.

Error I see is "Failed to start LSP"

Workaround is to move all your configureation to ~/.zshrc.sh and add just 1 line to ~/.zshrc: source ~/.zshrc.sh

Version is fresh-editor 0.1.65 installed via brew on macOS 26 and terminal is warp / ghostty.

maddada avatar Dec 29 '25 13:12 maddada