Fabio Zadrozny
Fabio Zadrozny
Humm, that's really trickier. The problem is that the `Robot Framework Language Server` doesn't really have much information on the actual structure of `Robocorp Code` in this case. I'll have...
Humm, I don't see `yarn exec env` anywhere in the page... Usually I just use `yarn install` and it works. Also, do you want to contribute to robocorp-code or robotframework-lsp?
Thank you for the report. Can you provide the full contents of `OUTPUT > Robocorp Code` and paste here (as a comment in this issue) when that happens to be...
See: https://github.com/robocorp/robotframework-lsp/issues/582#issuecomment-1047276553
Can you provide a sample project where I can reproduce this?
The problem isn't getting it working on the server side (adding the listener should be enough), the problem is that on a Python run the breakpoints won't be added to...
As a note, VSCode now supports platform-specific extensions, so, we can at least think about shipping `rcc` with the extension instead of downloading it separately when the extension is started....
This is probably a racing condition (the contents of the editor change before the action is resolved). Thank you for the report.
@Alan-Carr I'm sorry, I didn't really understand what do you mean about `preamble` in this context... Can you show a screenshot showing what should be different here?
I was thinking about this... this would probably require a setting. The way that it works now is that after you select `Click` in the example it'll add the library:...