You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note these were tested on Ubuntu, but should work on Mac too, windows will need to tweak the paths slightly
Install instructions
1.) Clone the C3 LSP repo: https://github.com/pherrymason/c3-lsp
2.) Build the C3 LSP with the instructions giving a binary at: c3_lsp_repo_path/server/bin/c3-lsp
3.) Set the following options in the vscode settings.json
4.) Clone this repo: https://github.com/c3lang/vscode-c3
5.) Starting this extension by opening extension.js and run by pressing F5
6.) A new window will appear, you can now open a C3 file or project folder
The text was updated successfully, but these errors were encountered:
Note these were tested on Ubuntu, but should work on Mac too, windows will need to tweak the paths slightly
Install instructions
1.) Clone the
C3 LSP
repo: https://github.com/pherrymason/c3-lsp2.) Build the
C3 LSP
with the instructions giving a binary at:c3_lsp_repo_path/server/bin/c3-lsp
3.) Set the following options in the vscode
settings.json
4.) Clone this repo: https://github.com/c3lang/vscode-c3
5.) Starting this extension by opening
extension.js
and run by pressingF5
6.) A new window will appear, you can now open a C3 file or project folder
The text was updated successfully, but these errors were encountered: