lf-lang / vscode-lingua-franca

Lingua Franca extension for Visual Studio Code
Other
5 stars 3 forks source link

Updated contributing guide to include the debugging workflow. #177

Closed soerendomroes closed 1 month ago

soerendomroes commented 1 month ago

I added a recommended npm version. If you are using a different one, please correct me.

Instead of only an install command, I updated the guide and split the install command install and installExtension.

I updated the debugging guide for the VS Code + IntelliJ combination on the VS Code side.

Note that splitting the install command might be annoying for several users that previously used it to install the extension, maybe the npm install && npm run installExtension command should be also put in the readme?

Maybe we should also add why Rust is necessary to build this.