You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When trying to reference the result of a needs object, I get a red squiggle with an error of "Incomplete statement [needs.<job_id>.result]"
Due to significant changes introduced by JetBrains, my plugin now faces numerous disruptions. After dedicating substantial effort to this project last year, I find myself needing assistance to move forward. If you're interested in contributing or know someone who might be, please feel free to get involved. I am available to provide guidance through the intricacies of the plugin.
Is your feature request related to a problem? Please describe.
When trying to reference the result of a
needs
object, I get a red squiggle with an error of "Incomplete statement [needs.<job_id>.result
]"Describe the solution you'd like
Add support for
needs.<job_id>.result
Describe alternatives you've considered
I'm not sure there's any alternatives. I've been ignoring the red squiggle for the time being.
Operating System
Ubuntu 22.04.4 LTS
Project Version
3.2.1
Additional context
Here is a test workflow to demonstrate the issue:
And I'm attaching a screenshot to show the squiggle. As you can see, the
outputs
works correctly. It's just theresult
that's missing.The text was updated successfully, but these errors were encountered: