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

When subitems of a task package are selected it's possible that the work-items aren't shown in the package tree. #1053

Closed fabioz closed 3 months ago

fabioz commented 3 months ago

To reproduce it's possible to:

  1. Create workspace with action and task package
  2. Select the action package
  3. Select a subitem of the task package directly

At that point the work-items should appear, but they don't.

Note: there was a report where they wouldn't appear even if having just a task package in the workspace (but fixing one should fix the other).

kariharju commented 3 months ago

Also happens with just Task Packages:

  1. Take template: https://github.com/robocorp/template-python-workitems
  2. Open in VS Code -> Work items are visible
  3. Run producer step -> Resources panel updates and work item controls disappear