v0.82.0
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