robotframework-lsp
robotframework-lsp copied to clipboard
Robocorp extensions for VS Code: Robocorp Code and RFW LSP
${\n} does not generate standard windows Carriage Return New Line \r\n, but \r\r\n and create empty lines ``` *** Settings *** Documentation Test Robot Library DateTime Library RPA.FileSystem *** Variables...
I have some user keyword code by python, and use logger.debug() to print some information. Usually i expect the result log(file: log.html, that one with output and report) can change...
- Auto-generated by Robot Flow Explorer's publishing of a new version - Culprit: **robocorp** - Event: **push** - Version: **refs/tags/v0.4.0** - Job context: ``` { "status": "success" } ```
I am new to contributing to this repository, Please do tell if I'll have to enhance the contribution or if my approach is wrong.
Hello, I've found that even setting the VSCode setting `robot.timeout.use` to `false`, the language server fails to start with the following stack, in loop: ```text Traceback (most recent call last):...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Adding the output folder in the launch configuration snippets, to make sure output files are always generated in the same folder, despite how you start the robot.
**Describe the bug** When using a python library in PYTHONPATH, using the action 'clear caches and restart Robot Framework Language Server' does not retain PYTHONPATH environment variable in vscode, resulting...