-
robotframework-lsp's development has stopped.
We need to use https://robotcode.io/ instead.
-
**Describe the bug**
The extension analyses all test and resource files regardless of the `"robotcode.analysis.diagnosticMode": "openFilesOnly"` setting
**Steps To Reproduce**
Steps to reproduce …
-
**Please describe.**
I understand `robotcode` will use the [closest `pyproject.toml`](https://robotidy.readthedocs.io/en/stable/configuration/config_file.html) file to find the `robotidy` configurati…
-
With robotframework-debuglibrary 2.40 and later, when the Debug keyword is called in a test case started in VSCode using the RobotCode extension instead of getting the interactive debug prompt you get…
-
I want to have my robot.toml configuration in non-default locations.
For most part this works fine
- I can run tests through CLI nicely by passing the correct `robot.toml` in with `--config`
- VSCo…
-
### What happened?
When using Robocop in an IDE, the new `unused-keyword` rule does not show up.
I dug a bit deeper, this is caused by how both robocorp/robotframework-lsp and robotcodedev/robotco…
-
**Describe the bug**
When I run a test in Visual Studio Code with the RobotCode extentsion, even after the test is complete, the "Run" tab still has a blue 1 on it and the top of the screen still has…
-
**Describe the bug**
When I use multiple profiles with matching sections (for example variables) the second profile completely overwrites the first profile section.
In my case I had profiles with di…
-
**Is your enhancement request related to a problem? Please describe.**
Robotcode recently add [more granularity to disable diagnostics](https://github.com/robotcodedev/robotcode/releases/tag/v0.84.0)…
-
**Describe the bug**
I am trying to use gherkin parser. I observed that when i define Suite Teardown/Test Teardown, it calls setup method instead.
**To Reproduce**
Steps to reproduce the behavior…