robotcode
robotcode copied to clipboard
RobotFramework support for Visual Studio Code
see [here](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#creating-variables) ```robot *** Test Cases *** Item assignment to list ${list} = Create List one two three four ${list}[0] = Set Variable first ${list}[${1}] = Set Variable second ${list}[2:3]...
**Please describe.** Does Robotcode IntelliJ support running under WSL? I have a WSL project under Pycharm and Robotcode doesn't seem to work properly but it might be my setup. I...
- [ ] EXCEPT
**Is your enhancement request related to a problem? Please describe.** i'm seeing these errors from the robotcode vscode extension: ``` foo.py(2, 1): Importing test library 'tests.sandpit.foo' failed: ImportError: cannot import...
I have noticed that you have implemented custom dap support https://github.com/robotcodedev/robotcode/tree/main/intellij-client%2Fsrc%2Fmain%2Fkotlin%2Fdev%2Frobotcode%2Frobotcode4ij%2Fdebugging As you are based on Lsp4ij to support your lsp server,I wonder (I hope) if you could be intersted...
**Is your enhancement request related to a problem? Please describe.** When I use a WHILE loop, I frequently use one or more of the possible arguments: limit, on_limit and on_limit_message...
**Describe the bug** If I write a new keyword in an existing test library and use it in a .robot/resource file, RobotCode doesn't recognize it until I do a "Clear...