Skip to content

v0.82.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 22:08
· 479 commits to main since this release
v0.82.0
3c010d4

Features

  • vscode: Detection of invalid robot environment now shows a quickpick instead an error message (95a7630)

    In the case RobotCode will initalize the LanguageServer and detect that environment is not valid, means wrong python version, no robotframework installed, instead an error message pops up a quickpick pops up, where you can do different things, like select a differnt interpreter, create a new venv, ignore this for the moment.
    The advantage of this way is, that this also works with extensions like Pyhton Manger and so on