Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.28.1
Fix
- Source actions are missing in the context menu for versions #129 (
dd6202a
)
v0.28.0
Feature
- Debugger is now started from bundled/tool/debugger if available (
4b04c7a
)
Fix
- #125 Robot Code crashes with a variables file containing a Dict[str, Callable] (
7e0b55c
)
- Return codes for command line tools now uses sys.exit with return codes (
b6ad7dd
)
v0.27.2
Fix
- Unknown workspace edit change received at renaming (
48aef63
)
- The debugger no longer requires a dependency on the language server (
c5199ee
)
v0.27.0
Feature
- Split python code into several packages, now for instance robotcode.debugger can be installed standalone (
01ac842
)
v0.25.1
Fix
- vscode: In long test runs suites with failed tests are still marked as running even though they are already finished (
942addf
)
v0.25.0
Feature
- debugger: New setting for
outputTimestamps
in launch and workspace configuration to enable/disable timestamps in debug console (e3ed581
)
v0.24.4
Fix
- debugger: Show error/warning messages of python logger in debug console (
665a3ff
)