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

A draft for the FAQ page. 2 Versions provided.

**Is your enhancement request related to a problem? Please describe.** When projects grow, there are many tags for test cases floating around. It is hard to keep track of all...

enhancement

**Problem situation:** I have several git repositories with Robot Framework setups in them. In these I can succesfully work with the Robotcode extension. Recently I inherited another git repo (with...

question

**Is your enhancement request related to a problem? Please describe.** Currently, RobotCode disables ANSI hyperlinks in the console output by default, overriding Robot Framework 7.1’s behavior. Setting the environment variable...

enhancement

**Describe the bug** If a global variable is set, the extension doesn't see it. **Steps To Reproduce** Steps to reproduce the behavior: 1. Create `__init__.robot` with `VAR ${WELCOME} Hello scope=GLOBAL`...

bug

- [ ] `clean` clean a robot framework run like remove outputdir - [ ] `new` create new robotframe work projects or files from a template system

enhancement

- Resolving Imports from a Central common.resource File - Why is my non local variable "not found"?

We have robot resource files and Settings section Resource paths are actually relative paths, which starts from root_directory_of_our_repo/robot. However when I configure root_directory_of_our_repo/robot.toml file like this, Robotcode IDE doesn't find...

question

**Describe the bug** When using the Robotcode extension for Robot Framework in VS Code, I encounter the following errors when debugging: - OSError: [Errno 22] Invalid argument - TimeoutError: Unable...

bug

We need an alternative debugging mode, to co-exist with the current debugger. Similar to Interactive Console in VS Code extension "Robot Framework Language Server". This is important because the mode...

enhancement