Skip to content

Releases: robotcodedev/robotcode

v0.45.0

23 Jun 15:46
v0.45.0
d388cb9

Choose a tag to compare

Feature

  • Library doc now generates a more RFW-like signature for arguments and argument defaults like ${SPACE}, ${EMPTY}, ${True}, etc. for the respective values (28a1f8a)

Fix

  • Document_symbols throws exception if section name is empty (ffce34d)
  • Change code property for diagnostics for analyse imports to ImportRequiresValue (222e89c)

v0.44.1

21 Jun 20:59
v0.44.1
b9b77ff

Choose a tag to compare

Fix

  • Completion and diagnostics for import statements for RF >= 6.1 (b4e9f03)

v0.44.0

21 Jun 19:19
v0.44.0
9db5ba0

Choose a tag to compare

Feature

  • Add option to start a debugpy session for debugging purpose (3f626cc)

Fix

  • Correct handling error in server->client JSON RPC requests (6e16659)
  • Detect languageId of not given at "textDocument/didOpen" (54e329e)
  • Extension not terminating sometimes on vscode exit (753c89c)

v0.43.2

20 Jun 04:35
v0.43.2
88ef689

Choose a tag to compare

Fix

  • Update testitems does not work correctly if a init.robot is changed (a426e84)
  • Only update test explorer items if file is a valid robot suite (9461acf)

v0.43.1

15 Jun 19:40
v0.43.1
bce484b

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

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

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

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

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

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)