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
Describe the bug
When defining an action .github/actions/[action-name]/action.yml, there is no syntax highlighting for using variables and there's also no "help" from autocomplete for inputs, etc. like there is in a normal workflow.
To Reproduce
Steps to reproduce the behavior:
Create an action
Write some inputs
Use said inputs in steps
See error
Expected behavior
Proper syntax highlighting and autocomplete.
Screenshots
Extension Version v0.27.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
+1 for this issue, not sure how this was overlooked and not reported previously. I have multiple actions in my repositories and working with them is a nightmare.
@agracio I'm in the same situation. It's even used as an example to place them in the directory that I have. How is that not implemented as basic functionality in the plugin?
Describe the bug
When defining an action
.github/actions/[action-name]/action.yml
, there is no syntax highlighting for using variables and there's also no "help" from autocomplete for inputs, etc. like there is in a normal workflow.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Proper syntax highlighting and autocomplete.
Screenshots
Extension Version
v0.27.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: