First build and install fe:
cargo install --git https://github.com/argotorg/fe.git feThen, open the Fe codebase root workspace in VSCode and press F5 to debug the extension using the "Launch Fe VSCode Extension" configuration.
Releases are built automatically via GitHub Actions. Push a version tag to trigger a release:
git tag v0.0.1
git push origin v0.0.1This packages the extension as a .vsix and attaches it to a GitHub Release.