Skip to content

Releases: robotcodedev/robotcode

v0.43.1

15 Jun 19:40
v0.43.1
bce484b
Compare
Choose a tag to compare

Fix

  • Intellisense doesn't work when importing yml file with variables #143 (b19eea1)

v0.43.0

14 Jun 18:45
v0.43.0
d60353b
Compare
Choose a tag to compare

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
v0.42.0
579e27b
Compare
Choose a tag to compare

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)

v0.41.0

23 May 22:59
v0.41.0
dab0efa
Compare
Choose a tag to compare

Feature

  • New robotcode.robotidy.ignoreGitDir and robotcode.robotidy.config setting to set the config file for robotidy and to ignore git files if searching for config files for robotidy (a9e9c02)
  • Optimize/speedup searching of files, setting robotcode.workspace.excludePatterns now supports gitignore like patterns (d48b629)

Fix

  • Patched FileReader for discovery should respect accept_text (c654af5)

v0.40.0

17 May 09:54
v0.40.0
1c42f63
Compare
Choose a tag to compare

Feature

  • Show argument infos for dynamic variables imports (94b21fb)

Fix

  • Wrong values for command line vars (3720109)

v0.39.0

16 May 21:10
v0.39.0
a0450dd
Compare
Choose a tag to compare

Feature

  • New command RobotCode: Select Execution Profiles (78f5548)
  • Language server now is a robotcode cli plugin and can use config files and execution profiles (12308bb)

v0.38.0

15 May 16:22
v0.38.0
deb1aeb
Compare
Choose a tag to compare

Feature

  • New command discover tags (a8fbb22)

Fix

  • Bring output console into view if robotcode discovery fails (8bcc147)
  • Use dispose instead of stop to exit language server instances (5aba99b)

v0.37.1

11 May 16:36
v0.37.1
af9c22a
Compare
Choose a tag to compare

Fix

  • discover: Wrong filename in diagnostics message on update single document (dee91c4)

v0.37.0

10 May 21:17
v0.37.0
7c5a6af
Compare
Choose a tag to compare

Feature

  • Reintroduce of updating the tests when typing (94053fc)
  • Test discovery now runs in a separate process with the robotcode discover command, this supports also prerunmodifiers and RF 6.1 custom parsers (ee5f0fb)

Fix

  • Some correction in completions for robotframework >= 6.1 (058e187)
  • langserver: Resolving variables as variable import arguments does not work correctly (a7ba998)

v0.36.0

01 May 19:17
v0.36.0
209be88
Compare
Choose a tag to compare

Feature

  • Simple discover all command (a1d8b84)
  • Select run profiles in test explorer (a7f8408)