Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.83.0
v0.82.3
v0.82.2
v0.82.1
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
v0.81.0
v0.80.0
v0.79.0
Bug Fixes
- debugger: Don't show a message on unsupported rpc commands (504e091)
- langserver: Normalize path handling should not fully resolve symlinks (0c0198a)
Features
- langserver: Highlight some formatting tags in documentation like bold and italics for englisch language (4d2cdae)
- vscode: Add option to disable the vscodes test explorer/execution integration (9332099)
Testing
- langserver: Update regression tests (4fab1d1)