Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 363 Bytes

development.md

File metadata and controls

13 lines (8 loc) · 363 Bytes

Development

Running the latest version of the Language Server in the Visual Studio Code Extension

  • Find the Visual Studio Code preference named "Cadence: Flow Command" and change it to:

    /path/to/cadence/languageserver/run.sh
    
  • Restart Visual Studio Code

This will automatically recompile the language server every time it is started.