Releases: robotcodedev/robotcode
Releases · robotcodedev/robotcode
v0.73.2
v0.73.1
v0.73.0
Bug Fixes
- discover: Don't show an error if no tests or suite are found (f57b065)
- vscode: Trim and shorten long names and descriptions in
Select Configuration Profiles
command (8abcb67) - vscode: Stabilized recreation of test explorer items if folders are deleted (370ff84)
Features
- vscode: Introduce robotcode contribution point for vscode extensions plugins (6519687)
v0.72.0
Bug Fixes
- profiles: Enhanced error handling if invalid profile is given (c3d8b07)
Features
-
profiles: Enhanced handling of environment variables in profile settings (37fdbb3)
This update allows the setting, overriding, and utilization of system environment variables in expressions and conditions within the robot.toml configuration files. This enhancement increases the flexibility and adaptability of profile configurations.
-
profiles: Profiles prefixed with an underscore (
_
) are now automatically hidden inprofiles list
command (97bf390) -
profiles: A profile can now be hidden and inherit from other profiles (9cd2ffb)
-
vscode: Show profiles from robot.toml in test explorer as test profile (fcb32a7)
v0.71.1
Bug Fixes
- diagnostics: Library doc are now correctly unloaded when they are no longer needed (df6762a)
- vscode: Remove unneeded "test" badge on the explorer icon (4f012b4)
Performance
- langserver: Remove unneeded double caching of library imports (3de0882)
Refactor
- core: Add locks with default_timouts in documents actions (5eab74e)
v0.71.0
v0.70.0
Bug Fixes
- analyzer: Correct resolving variables declared with the new VAR statement and a scope (a259ec6)
- debugger: Fix some things in debugger to better support Robot Framework version 7.0 (a81695c)
- langserver: Correct minimum robot version in version check (f33c80a)
Features
- vscode: Simple drag'n drop keywords from keywords view to text editor (6093387)