robocorp / robotframework-lsp

Robocorp extensions for VS Code: Robocorp Code and RFW LSP
https://robocorp.com/docs/developer-tools/visual-studio-code
Apache License 2.0
200 stars 87 forks source link

VS Code extension does not pickup @action -decorator with argument is_consequential=False #1046

Closed kariharju closed 4 months ago

kariharju commented 4 months ago

Describe the bug Using package.yaml + extension v1.17.0 and the template action method with just @action -decoration is shown in the side-panel correctly, but if I add: @action(is_consequential=False) the action is not shown

To Reproduce Steps to reproduce the behavior:

  1. Create action from template
  2. Add @action(is_consequential=False) in place of @action
  3. Try to run or debug via extension side-panel

Screenshots image

Versions:

fabioz commented 4 months ago

This is now fixed in Robocorp Code 1.18.0