-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Create racket-langserver.scrbl #130
Conversation
scribblings/racket-langserver.scrbl
Outdated
|
||
@commandline{racket -l racket-langserver} | ||
|
||
You may need to restart your LSP runtime or your editor for `racket-langserver` to start. |
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.
The Markdown syntax should be changed to Scribble.
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.
done
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.
done
scribblings/racket-langserver.scrbl
Outdated
|
||
@section{VSCode} | ||
|
||
Use the @hyperlink["https://marketplace.visualstudio.com/items?itemName=evzen-wybitul.magic-racket"]{Magic Racket} 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.
IIRC, VSCode requires users to runraco pkg install racket-langserver
too, right? It feels weird to have the instructions in "Other editors and IDEs" but not here.
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.
reorganised to address this.
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.
covered in the guidance at https://marketplace.visualstudio.com/items?itemName=evzen-wybitul.magic-racket
Thank you! |
based on readme