Results 5 comments of generateui

Oh, I don't want to keep it with words: I'm willing to invest time in implementing it.

1. If you want to keep an internal mutable AST and external immutable AST, it is indeed a pain. I've implemented design with only an immutable AST though, which is...

We're using the extension to create `.drawio.svg` files. They contain source diagram xml and render to images when included in markdown files. This is great, as it keeps the sources...

In the same vain, how to run a task? I have tried all possible combinations i.e. `commanadId: workbench.action.tasks.runTask` and then as Arguments: ``` mytask ``` ``` "mytask" ``` ```json {"label":"mytask"}...

FYI: I'm busy, I expect to do dart again within a few weeks. Haven't forgot it ;).