Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.48.0
Feat
- vscode: added a statusbar item that shows some information about the current robot environment, like version, python version, etc.
- removed old
robotcode.debugger
script in favor of usingrobotcode debug
cli command
Fix
- better output for discover info command
- discover tests for RF 6.1.1
- in a test run, errors that occur are first selected in the test case and not in the keyword definition
- correct completion of settings with ctrl+space in some situation
- correct update of test run results when suite teardown fails or is skipped during suite teardown
- robotcode: add missing profile settings to config documentation
v0.47.5
Fix
- add missing log-level in testcontroller
v0.47.3
Fix
- move to commitizen to create new releases, this is only a dummy release..
- reset changlog
v0.47.2
v0.47.1
v0.47.0
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
andDefault 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
v0.45.0
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
)