Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.47.1
10 Jul 15:52
Compare
Sorry, something went wrong.
No results found
Fix
Dont update tests in an opened file twice if file is saved (390e6d4 )
debugger: Print the result of an keyword in debugger also if it has a variable assignment (43440d8 )
v0.47.0
10 Jul 04:49
Compare
Sorry, something went wrong.
No results found
Feature
debugger: Expanding dict and list variables in the variable view of the debugger, this also works in hints over variables, in the watch view and also by evaluating expressions/keywords in the command line of the debugger (2969379 )
Show deprecation information if using Force Tags and Default Tags (f23e5d0 )
Complete reserved tags in Tags settings (483b9ac )
Show more informations in hint over a variables import (735a209 )
debugger: Simple keyword completion in debugger (6b1ffb6 )
debugger: Switching between "keyword" and "expression" mode by typing # exprmode into debug console (default: keyword mode) (1cc6680 )
debugger: Debugger does not stop on errors caught in TRY/EXCEPT blocks (043842c )
Fix
debugger: Hide uncaught exceptions now also works correctly for RF >=5 and < 6.1 (f784613 )
debugger: (re)disable attachPython by default (26ee516 )
Correct message output in test results view (b18856f )
Stabilize debugger with new vscode version > 1.79 (d5ad4ba )
Update diagnostic for Robocop 4.0 release after disablers module was rewritten (6636bfd )
v0.46.0
05 Jul 22:01
Compare
Sorry, something went wrong.
No results found
Feature
Allow multiline RF statements in debug console (f057131 )
Fix
debugger: Evaluation expressions in RFW >= 6.1 not work correctly (f7c38d6 )
Insted of starting the debugger, start robotcode.cli in debug launcher (013bdfd )
v0.45.0
23 Jun 15:46
Compare
Sorry, something went wrong.
No results found
Feature
Library doc now generates a more RFW-like signature for arguments and argument defaults like ${SPACE}, ${EMPTY}, ${True}, etc. for the respective values (28a1f8a )
Fix
Document_symbols throws exception if section name is empty (ffce34d )
Change code property for diagnostics for analyse imports to ImportRequiresValue (222e89c )
v0.44.1
21 Jun 20:59
Compare
Sorry, something went wrong.
No results found
Fix
Completion and diagnostics for import statements for RF >= 6.1 (b4e9f03 )
v0.44.0
21 Jun 19:19
Compare
Sorry, something went wrong.
No results found
Feature
Add option to start a debugpy session for debugging purpose (3f626cc )
Fix
Correct handling error in server->client JSON RPC requests (6e16659 )
Detect languageId of not given at "textDocument/didOpen" (54e329e )
Extension not terminating sometimes on vscode exit (753c89c )
v0.43.2
20 Jun 04:35
Compare
Sorry, something went wrong.
No results found
Fix
Update testitems does not work correctly if a init .robot is changed (a426e84 )
Only update test explorer items if file is a valid robot suite (9461acf )
v0.43.1
15 Jun 19:40
Compare
Sorry, something went wrong.
No results found
Fix
Intellisense doesn't work when importing yml file with variables #143 (b19eea1 )
v0.43.0
14 Jun 18:45
Compare
Sorry, something went wrong.
No results found
Feature
Support for importing .json files in RF 6.1 (0f84c4e )
Enable importing and completion of .rest, .rsrc and .json resource extensions (not parsing) (3df22dd )
Support for new RF 6.1 --parse-include option for discovering and executing tests (607cf8d )
Fix
Correct highlightning *** Tasks *** and *** Settings *** (c4cfdb9 )
Hover over a tasks shows "task" in hint and not "test case" (457f3ae )
Checks for robot version 6.1 (e16f09c )
v0.42.0
05 Jun 20:03
Compare
Sorry, something went wrong.
No results found
Feature
Support for new --parseinclude option in robot config (6b84986 )
Fix
Compatibility with Python 3.12 (3ec4d23 )
Resolving variable values in hover for RF 6.1 (0acdd21 )