-
Notifications
You must be signed in to change notification settings - Fork 148
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
Support/test a Robot Framework language server #332
Comments
Is the syntax mode effectively a mimetype extension? |
Yeah.... It uses code mirror "simple" mode, so could actually be encoded as
json... except I think I use some freaky regex flags... Haven't looked in a
while.
Side note: testing cm modes is _brutal_... There's whether it looks right
when you're done typing... And not hanging the browser while you're in the
middle of it. My original testing approach was pretty intense... Do
screenshots of every example from the user guide, get those right
(visually) then go back and do them keystroke by keystroke. Gaaaahhhh
|
Is up on conda-forge: https://anaconda.org/conda-forge/robotframework-lsp |
Of note (and also now up on conda-forge): https://github.com/jupyter-xeus/xeus-robot This kernel (which depends on the robotframework-lsp, now with a couple released versions) supports the debugger integration. I'll probably take a crack at this, as some of the other stuff in-flight is still a bit blocked... |
Elevator Pitch
Adding support for autodetecting a robot framework language server
Motivation
Design Ideas
robotkernel
, which we could choose to add to the development environmentThe text was updated successfully, but these errors were encountered: