Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add readme - example included #1

Open
joshring opened this issue Aug 23, 2024 · 1 comment
Open

Add readme - example included #1

joshring opened this issue Aug 23, 2024 · 1 comment

Comments

@joshring
Copy link

joshring commented Aug 23, 2024

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

"c3.lsp.enable": true,
"c3.lsp.path": "c3_lsp_repo_path/server/bin/c3-lsp"

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

@lyubomyrk
Copy link

I followed the instruction and they work, however I never worked with js or vscode extensions so it took me some time to understand

5.1) Open vscode-c3 repo with code .
5.2) Open extension.js, press F5 and run with the vscode extension debugger

but I don't think it's ready for use

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants