robotcode
robotcode copied to clipboard
RobotFramework support for Visual Studio Code
The the debugger of the ms-python.python extension is deprecated, RobotCode switches to the new debugpy extension, but this extension does not exports an api to get the path to the...
Hi Daniel, we had a conversation at RoboCon24 regarding Neovim Support. You showed me your LSP Config for Neovim and suggested I write a github ticket so you could share...
**Describe the bug** Whenever Setting a new variable with the Set (Test/Suite/Global) Variable keyword there is a robotcode.namespace(VariableNotFound) error message even though running the test case raises no such error....
- [ ] Code Clone Detection Some like [TeamsScale](https://teamscale.com/for-developers) - [ ] Code Completion for Dictionaries - [ ] Interactive Interpreter REPL - [ ] Visualize Project Structure - wich...
**Describe the bug** In a project that has a virtual environment with Python 3.9.7, the Robot Framework extension complains that an invalid Python version was found and that only Python...
# Summary RobotCode ignores a mapped drive's pathing and instead uses a full UNC pathing, resulting in a test suite file not being located properly. ## Detail If you have...
**Describe the bug** Invalid vscode plugin warnings that cause multiple issues Using VS code plugin Name: RobotCode - Robot Framework Support Id: d-biehl.robotcode Description: Robot Framework IntelliSense, linting, test execution...
**Please describe.** I'm trying to configure my setup to work over ssh to testing setup, i have been able to make work most of the plugins in the remote instance...
**Is your enhancement request related to a problem? Please describe.** when keyword has Literal as argument I would like to have value suggestions when writing test. example: Library: ```python from...
RobotFramework [defines ](https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#operating-system-variables) `${EXECDIR}` as > An absolute path to the directory where test execution was started from. I am surprised by how this variable is handled in Visual Studio...