Skip to content

Releases: robotcodedev/robotcode

v0.14.4

10 Nov 12:52
v0.14.4
15e08d0

Choose a tag to compare

  • Correct resolving paths for test execution

v0.14.3

10 Nov 05:06
v0.14.3
3acd15f

Choose a tag to compare

  • Optimize locking
  • Speedup collect available testcases

v0.14.2

04 Nov 16:30
v0.14.2
d91b847

Choose a tag to compare

  • Add sponsor to package

v0.14.1

04 Nov 14:21
v0.14.1
756eb25

Choose a tag to compare

  • Connection to the debugger stabilized.

v0.14.0

03 Nov 16:18
v0.14.0
1967a41

Choose a tag to compare

  • Implement inlay hints for import namespaces and parameter names
    • by default inlay hints for robotcode are only showed if you press CONTROL+ALT
    • there are 2 new settings
      robotcode.inlayHints.parameterNames and robotcode.inlayHints.namespaces where you can enable/disable the inline hints

v0.13.28

02 Nov 18:28
v0.13.28
69fbd4b

Choose a tag to compare

v0.13.28 Pre-release
Pre-release
  • Remove --language argument if using robot < 6

v0.13.27

02 Nov 14:52
v0.13.27
09a5d16

Choose a tag to compare

v0.13.27 Pre-release
Pre-release
  • Remote Debugging
    • by installing robotcode via pip in your environment, you can now run the robotcode.debugger (see --help for help) from command line and attach VSCode via a remote launch config
    • more documentation comming soon.
    • closes #86

v0.13.26

21 Oct 07:03
v0.13.26
461af0e

Choose a tag to compare

v0.13.26 Pre-release
Pre-release
  • none so far

v0.13.24

20 Oct 19:07
v0.13.24
0b4b8f5

Choose a tag to compare

v0.13.24 Pre-release
Pre-release
  • The code action "Show documentation" now works for all positions where a keyword can be used or defined%0A- The code action "Show documentation" now respects the theme activated in VSCode. (dark, light)

v0.13.23

19 Oct 22:15
v0.13.23
b0c7454

Choose a tag to compare

v0.13.23 Pre-release
Pre-release
  • Support for Robocop >= 2.6%0A- Support for Tidy >= 3.3%0A- Speed improvements