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
I'm seeing something similar with guards. When I changed the guarded transition key from cond to guard as a part of the v5 migration it now always shows guards as unused.
I'm seeing something similar with guards. When I changed the guarded transition key from cond to guard as a part of the v5 migration it now always shows guards as unused.
Description
Consider this machine definition:
Expected result
I expected to see no errors; the plugin should be aware of the use of
action1
.Actual result
I get an error on line 19 "action1 is never used in the machine definition":
Reproduction
N/A ; only occurs in the VSCode plugin
Additional context
No response
The text was updated successfully, but these errors were encountered: