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

**Describe the bug** Always when ever i am trying to run the test cases i am getting Debug adapter time out waiting for robot Connection. **To Reproduce** Steps to reproduce...

bug

**Describe the bug** I get an error when trying to run "RobotCode: Create New File" in VSCode command palette Not sure what this command is supposed to do, but it...

enhancement

**Is your enhancement request related to a problem? Please describe.** I get the following warning: `Variable '${_}' is not used.robotcode.diagnostics(VariableNotUsed)` For instance, when ignoring some of the output of a...

enhancement

I want to suggest an enhancement to introduce "internal variables" within configuration files. This feature would allow developers to define variables at the start of the configuration file, which can...

enhancement

**Describe the bug** when accessing the website via https and with the `www` subdomain, i get a `ERR_CERT_COMMON_NAME_INVALID` error. happens on firefox, chrome and safari **To Reproduce** Steps to reproduce...

bug

**Is your enhancement request related to a problem? Please describe.** In robotframework-lsp there is an "Robot Output" view in VSCode to give you an overview which keyword is currently running...

enhancement

**Is your enhancement request related to a problem? Please describe.** Sometimes libraries have library-level documentation, and certain stuff are just easier search and see in the HTML output of libdoc....

enhancement

**Is your enhancement request related to a problem? Please describe.** Sometimes keywords arguments are too long to write them all on a single line. [Robot Framework supports continuation lines for...

enhancement

**Description:** **Overview:** I would like to propose an enhancement for RobotCode to support the inclusion of external TOML files within the `robot.toml` configuration file. This feature would allow for a...

enhancement

**Describe the bug** After following minimal setup, running a test case or suite (from the file or from the Testing pane) returns the USAGE spew from RobotCode, rather than executing...

bug