Description is not catch at state level but only in meta description
Closed this issue · 1 comments
cedricradicia commented
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",
},
},
...
mattpocock commented
Fixed this in a VSCode extension update