Skip to content

Releases: robotcodedev/robotcode

v0.82.0

05 May 22:08
v0.82.0
3c010d4
Compare
Choose a tag to compare

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

03 May 14:24
v0.81.0
1ee37a7
Compare
Choose a tag to compare

Bug Fixes

  • debugger: Rework async code in debugger and some other little quitrks in debugger, like hiding the debugger thread when debuggin python code (d7fe611)

Features

  • vscode: Get debugpy debuggerpackagepath from ms-python.debugpy extension (9a00d0c)

v0.80.0

02 May 09:01
v0.80.0
1719bab
Compare
Choose a tag to compare

Features

v0.79.0

22 Apr 06:03
v0.79.0
8b75736
Compare
Choose a tag to compare

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)

v0.78.4

20 Mar 06:43
v0.78.4
c2fc9ac
Compare
Choose a tag to compare

Bug Fixes

  • robotcode: Add missing robotcode-robot dependency (d9cea02)

v0.78.2

19 Mar 11:31
v0.78.2
16fe35c
Compare
Choose a tag to compare

Bug Fixes

  • tidy: Make robotframework-tidy 4.11 running (569dbe8)

v0.78.1

15 Mar 23:06
v0.78.1
feb1e69
Compare
Choose a tag to compare

Bug Fixes

  • analyze: If a imported resource has import errors it is shown as releated information (caf8541)
  • langserver: Hovering over EMPTY builtin variable respects the type and shows correct empty values (c8b66c8)
  • profiles: Profiles inherited by [profile].inherit are now merged before the parent profile, unless the precedence is set and are only enabled if the parent profile is enabled (318d780)

v0.78.0

07 Mar 01:19
v0.78.0
bb41952
Compare
Choose a tag to compare

Bug Fixes

  • vscode: Some corrections in environment variable highlightning (8936bfb)

Features

  • vscode: Python syntax highlightning in IF and WHILE statements (c56def3)

    implements a part of #230

Testing

  • Fix some regression tests (6001e30)

v0.77.1

06 Mar 09:28
v0.77.1
8cc3bd5
Compare
Choose a tag to compare

Bug Fixes

  • vscode: Correct some things in bracket highlightning and coloring (6c584dc)

v0.77.0

05 Mar 00:51
v0.77.0
097b607
Compare
Choose a tag to compare

Bug Fixes

  • diagnostics: Resolving variables does not work for builtin vars at library import (6b97730)

Features

  • vscode: Enable bracket coloring and matching in keyword arguments (45243e5)

  • vscode: Python syntax highlightning in ${{}} expressions (adf3627)

    this implements a part of #230

Testing

  • Update regression some tests (f01d37e)
  • Fix some regression tests (cb420ad)