Danny Tuppeny
Danny Tuppeny
@CoderUni thanks, I got the log - and I can see around 6 minutes between the server initializing and it started to report results, and then around another 5 minutes...
@CoderUni I don't seem to have your email, although I got the output from a notification of your original message. I think this is a different issue to the originally...
> One idea is, if possible, just running `dart doc` in the background, and rendering (in HTML) the result with live-refresh. There's an existing command (**Dart: generate Documentation**) that runs...
@I-am-a-squirrel can you provide more information about the problem? It's not very clear from the title.
Ah, I see. It's not supported to use Dart-Code's debug adapter outside of this extension, so there are likely some rough edges in trying to do so. I've been working...
> But the JSON generated by this package use Dart server Legacy protocol. Fortunately Dart Code offers a setting to start the Dart analysis server with the Legacy protocol instead...
Thanks for the info - I'll take a look at this shortly. If the behaviour is different, it does sound like a bug I need to fix. I'll let you...
@alexisbg I don't seem to be able to reproduce this issue. I created a simple plugin using your code above here: https://github.com/DanTup/dart-analyzer-plugin-sample If I open this in VS Code (after...
@badaszszsz there are notes in https://github.com/Dart-Code/Dart-Code/blob/master/CONTRIBUTING.md about how to contribute (including running the extension from source). Unfortunately if your plan was to work on this issue, it's currently blocked by...
I just saw your comment on https://github.com/microsoft/vscode/issues/30066. The API in VS Code is still only "proposed" so it's not yet usable in a shipping extension (it's only for testing). However...