robotframework-lsp
robotframework-lsp copied to clipboard
Robocorp extensions for VS Code: Robocorp Code and RFW LSP
**Is your feature request related to a problem? Please describe.** i've created a pytest plugin that allows you to run robot tests using pytest, as well as generate robot reports...
See: robocorp devtools-commons
[**Describe](url) the bug** Robot LS suddenly stopped autocompleting on VScode. This was working fine and stopped working suddenly. I have provided a file with the output error I was receiving...

**Describe the bug** A clear and concise description of what the bug is. Windows 11 with WSL Ubuntu installed in the WSL and python is managed through pyenv When running...
**Describe the bug** The title may not be accurate, but here is what I have observed. settings.json ``` "robot.pythonpath": [ "${workspaceFolder}/libs", "/stuntidp", "/python_packages", "/scripts" ], ``` RF LS version v1.10.1...
**Describe the bug** When opening a robot file in VSCode a the robot framework LS crashes with the following error: ``` server-api: 2023-09-28 11:42:58 UTC pid: 90156 - ThreadPoolExecutor-0_0 -...
Hello, I have project with keywords defined in file outside on the test. So the tree structure is like this for example : > actuators >>ntp.robot >>journalctl.py >>utils.py >> ......