Open jluxenberg opened 1 year ago
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.
ref: https://stately.ai/docs/migration#guarded-transitions-use-guard-not-cond
I'm seeing something similar with guards. When I changed the guarded transition key from
cond
toguard
as a part of thev5
migration it now always shows guards as unused.ref: https://stately.ai/docs/migration#guarded-transitions-use-guard-not-cond
We still need to update the extension to be v5-aware; that's in progress (cc. @farskid @Andarist)
Oh Ok, do you have any schedule for that? (even an estimation)?
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