Fabio Zadrozny
Fabio Zadrozny
You can see the settings with `Ctrl+,` -- or through the command: `Open User Settings` and then filter with `robocorp.home` (you can see `user` and `workspace` settings there). i.e.: 
I can't reproduce this.... which version of Robocorp Code and VSCode are you using?
@kaveecage are you still interested in tracking this issue? Can you provide details on the versions you're using?
@mikahanninen
To disable a Robocop rule globally you can configure it (https://github.com/robocorp/robotframework-lsp/blob/master/robotframework-ls/docs/faq.md#how-to-configure-the-robocop-linter) For the language server rules you can configure the `robot.lint.xxxxx` settings.
> No to disable globally. I want to disable for this line only its like adding at end of line ex. # robocop: disable=0509 @IlfirinPL understood, that was just to...
Thank you for the report (this may need a bit of investigation on my side...).
It really depends on how deep down to go... at the basic level just having cython with python type annotations should be reasonably straightforward to do now that Python 3...
> Is the Cython code still compatible with normal Python so that we could use a single code base? In general yes (some more advanced changes may require code which...
It seems tests are failing due to missing doc updates. Running `inv docs` and pushing the result should fix this.