Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.80.0
02 May 09:01
Compare
Sorry, something went wrong.
No results found
v0.79.0
22 Apr 06:03
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
robotcode: Add missing robotcode-robot dependency (d9cea02 )
v0.78.2
19 Mar 11:31
Compare
Sorry, something went wrong.
No results found
Bug Fixes
tidy: Make robotframework-tidy 4.11 running (569dbe8 )
v0.78.1
15 Mar 23:06
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
vscode: Some corrections in environment variable highlightning (8936bfb )
Features
Testing
Fix some regression tests (6001e30 )
v0.77.1
06 Mar 09:28
Compare
Sorry, something went wrong.
No results found
Bug Fixes
vscode: Correct some things in bracket highlightning and coloring (6c584dc )
v0.77.0
05 Mar 00:51
Compare
Sorry, something went wrong.
No results found
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 )
v0.76.2
01 Mar 00:42
Compare
Sorry, something went wrong.
No results found
Bug Fixes
cli: Add missing plugin package (66982bd )
v0.76.1
29 Feb 23:41
Compare
Sorry, something went wrong.
No results found
Bug Fixes
core: Avoid iterator changes during Event.notify when adding or removing new event handlers (ccc5faf )
core: Send cache_invalidate events before and after locking to avoid deadlocks (5f06377 )
langserver: Sometimes an exception in evaluating variables in expressions occurs (bd9bcfd )
langserver: Change keywords treeview rpc methods to non async (f85621a )
Performance
langserver: Optimize analysing and collecting diagnostics (065db06 )