Skip to content

Releases: robotcodedev/robotcode

v0.83.0

16 May 21:29
v0.83.0
9a75bb2
Compare
Choose a tag to compare

Bug Fixes

  • debugger: Fix type annotations for python 3.8 (d2cc421)

Features

  • vscode: Support for highlighning robot code in markdown code blocks (b9de061)

    use the at defining the language in a codeblock you can use robot or robotframework as specifier

v0.82.3

12 May 20:44
v0.82.3
0a48973
Compare
Choose a tag to compare

Bug Fixes

  • analyse: Allow local variables in [Teardown] (5bab97c)

Testing

v0.82.2

10 May 23:30
v0.82.2
23df33c
Compare
Choose a tag to compare

Bug Fixes

  • analyse: Correct handling of keyword arguments in all other keyword settings, regardless of the order of the settings. (62f9544)

v0.82.1

09 May 20:40
v0.82.1
81070ce
Compare
Choose a tag to compare

Bug Fixes

  • runner: --by-longname and --exclude-by-longname now take into account whether a name for the run was set via --name command line argument or in the name setting robot.toml (6f5c719)

Refactor

  • debugger: Some code simplifications (bc97744)

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)