Daniel Biehl

Results 161 comments of Daniel Biehl

Again, I cannot reproduce this bug. It would be really helpfull, if you can provide more informations. when exactly does this error occur? Where did you find the error? Does...

Thanks for the example, but I still cannot reproduce it. Does this happen in earlier versions of RobotCode? DocumentSymbols are related to the Outline View on the right side. Is...

I’ve uploaded a new version; could you try it out and give me some feedback?

The `workspace/didChangeConfiguration` error occurs when you change a setting that requires restarting the language server, while VS Code simultaneously tries to send a notification to the server about the configuration...

This issue has been automatically closed due to a commit message. I believe I have fixed the issues related to this error message. If the problem persists, please feel free...

@Weinzierleiner what is in your `.robotidy` file?

hopefully I have fixed it now. I have found some different behaviour in the latest robot version when parsing keywords and testcases with an empty name. In previous versions the...

tried a little bit, now I can reproduce it...

@Weinzierleiner @brt-yilmaz and the others can you try again?

if your libraries are in your project folder then you must use relative paths in the `python-path` setting. ```toml python-path = [ "src/my_package/libraries" ] output-dir = [ "output" ] ```...