This extension adds Fe language support to the Zed editor.
The fe CLI (which includes the language server) must be installed. The extension looks for the fe binary in the following order:
FE_PATHenvironment variablePATH~/.cargo/bin~/.fe/bin(feup install location)
To install:
curl -fsSL https://raw.githubusercontent.com/argotorg/fe/master/feup/feup.sh | bashOr build from source:
cargo install --git https://github.com/argotorg/fe.git feYou can install this as a dev extension in Zed using the GUI via Extensions > Install Dev Extension,
as described here.