Conversation
VS Code understands `pub: build_runner serve` as a task now (and has the problemMatcher internally) so we don't need quite so much junk in order to make F5 work when editing this in VS Code.
|
Is it stable enough that we'd be happy to ship integration with it? Currently we detect I'll land this as-is for now, but we can update it when the Dart plugin understands |
Yes, and more work is being put into it currently.
This sounds reasonable; generally I think we want to either only show webdev items, or at least prefer them. My understanding is that |
Will
For non-web users (Flutter, CLI) is there some equiv to |
|
I think that pub global activate will be the most common way to run it - there may not be much indication in the pubspec that its in use.
I'm not certain here - |
|
Ok, I've opened Dart-Code/Dart-Code#1412 about changing over - though we'll need to figure out how to identify which projects to use |
VS Code understands
pub: build_runner serveas a task now (and has the problemMatcher internally) so we don't need quite so much junk in order to make F5 work when editing this in VS Code.@devoncarew This shouldn't change any behaviour, and it seems to work ok in my quick testing, though I'm not actually sure if there are any significant differences between calling
webdev serveandpub build_runner serve(which is what Dart Code has support for)?