Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 379 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 379 Bytes

Fe Language VSCode Extension

Development/Debugging

First build and install fe-language-server:

cargo install --git https://github.com/ethereum/fe.git --branch fe-v2 fe-language-server

Then, open the Fe codebase root workspace in VSCode and press F5 to debug the extension using the "Launch Fe VSCode Extension" configuration.

Building releases

TODO