Skip to content

Releases: robotcodedev/robotcode

v0.73.2

07 Feb 07:33
v0.73.2
d36964e
Compare
Choose a tag to compare

Bug Fixes

  • discover: Discover files when robot arguments with relative files are now read correctly (d12c67c)

Documentation

  • Update versions in README (d6c6f09)

v0.73.1

05 Feb 23:30
v0.73.1
a7b2f3c
Compare
Choose a tag to compare

Bug Fixes

  • langserver: Don't show deprecation message for tags starting with an hyphen in RF7 (d510a65)

    fixes [BUG] #212

v0.73.0

05 Feb 15:06
v0.73.0
a5edea3
Compare
Choose a tag to compare

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

01 Feb 00:33
v0.72.0
733491a
Compare
Choose a tag to compare

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 in profiles 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

31 Jan 00:07
v0.71.1
92c3802
Compare
Choose a tag to compare

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

27 Jan 21:57
v0.71.0
157df87
Compare
Choose a tag to compare

Features

  • analyzer: Introduce robotcode.analysis.robot.globalLibrarySearchOrder setting to specify a global search for libs and resources (9d34ed4)

    Implemented this, because analyse Set Library Search Order is to hard.

v0.70.0

26 Jan 22:26
v0.70.0
199527c
Compare
Choose a tag to compare

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)

v0.69.0

24 Jan 11:46
v0.69.0
6112c27
Compare
Choose a tag to compare

Bug Fixes

  • langserver: Display the return type in hover only when it is explicitly defined (3fa09a7)
  • runner: Environment vars are evaluated to late (f74ea4a)

Features

  • langserver: Start the internal HTTP server only on demand (2254156)

    You can disable this behaviour with the new option robotcode.documentationServer.startOnDemand.

  • vscode: New keywords tree view in the explorer sidebar (c0495e6)

v0.68.5

21 Jan 17:10
v0.68.5
9213990
Compare
Choose a tag to compare

Bug Fixes

  • langserver: Filewatcher does not work (5b72148)

v0.68.4

20 Jan 20:44
v0.68.4
0bbc1e9
Compare
Choose a tag to compare

Bug Fixes

  • langserver: Start langserver should not raise a TypeError if startet with no config (5eca367)

Documentation

  • Change description of package (f6a4f79)
  • Create CONTRIBUTING.md and review CODE_OF_CONDUCT.md (a107b95)

Refactor

  • langserver: Remove unused maxProjectFileCount setting (4f4ad31)
  • langserver: Move TextDocument from langserver to core package, some other simple refactorings (d60977b)
  • Move diagnostics helper code to robotcode.robot package (c94edb3)