Skip to content

v0.5.0

Compare
Choose a tag to compare
@d-biehl d-biehl released this 02 Feb 20:12
· 1836 commits to main since this release
v0.5.0
2c8c46f

added

  • Added support for RobotFramework 5.0
    • Debugger supports TRY/EXCEPT, WHILE,... correctly
    • (Semantic)- highlighter detects new statements
    • Formatter not uses internal tidy tool
    • handle EXPECT AS's variables correctly
    • Complete new statements
    • Some completion templates for WHILE, EXCEPT, ...
  • Discovering tests is now more error tolerant
  • Semantic tokenizing now also detects ERROR and FATAL_ERROR tokens
  • some cosmetic corrections in discoring tests

note: RobotFramework 5.0 Alpha 1 has a bug when parsing the EXCEPT AS statement,
so the highlighter does not work correctly with this version.
This bug is fixed in the higher versions.