statelyai/xstate-parser

Description is not catch at state level but only in meta description

Closed this issue · 1 comments

When a description is added at state level, this will not be display on VSCode extension:

...
awesomeState: {
// NOT DISPLAY
description: "Not displayed",
meta: {
// DISPLAY
description: "Displayed",
},
},
...

Fixed this in a VSCode extension update