robotcode icon indicating copy to clipboard operation
robotcode copied to clipboard

RobotFramework support for Visual Studio Code

Results 136 robotcode issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

**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....

bug

- [ ] Code Clone Detection Some like [TeamsScale](https://teamscale.com/for-developers) - [ ] Code Completion for Dictionaries - [ ] Interactive Interpreter REPL - [ ] Visualize Project Structure - wich...

enhancement

**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...

bug
to-review

# 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...

bug
help wanted
needs-fix

**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...

bug

**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...

help wanted
question

**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...

enhancement
to-review

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...

enhancement