Skip to content

Releases: robotcodedev/robotcode

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)

v0.35.0

27 Apr 05:13
v0.35.0
ba63abd
Compare
Choose a tag to compare

Feature

  • runner: Add run alias for robot command in cli (9b782cc)

Fix

  • debug-launcher: Switch back to stdio communication, because this does not work on Windows with python <3.8 (6b0e96e)

v0.34.1

21 Apr 20:35
v0.34.1
08df5b1
Compare
Choose a tag to compare

Fix

  • Some code scanning alerts (61771f8)