-
Notifications
You must be signed in to change notification settings - Fork 119
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
The LSP and the VSCode addon using it #239
Conversation
Need to update the main docs on how to install the extension. Also, you moved the syntax highlighting file into the extension. Is this normal? I would expect that to function regardless of whether you are using an LSP. |
Well it was a very small extension, now I just made it a bigger extension that boots up a LSP. |
With the latest commit it now includes a packaged file with the full extension which is very easy to install. |
# Conflicts: # .github/workflows/build.yml
Im unsure if I should modify some READMEs to highlight the existence of a vscode extension? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks great! A bit more work on the docs and we can merge this :)
Awesome! |
The LSP implementation and the vscode extension that i have showcased before.
Its WIP still; but the first wave of recommendations/changes can be made already.
Both parts are written in typescript.
TODO:
--errors
under it.