Danny Tuppeny
Danny Tuppeny
@Ldev007 yes, these timings look bad. I don't think this is the same issue described here though, so please file a separate issue with the details - it's difficult to...
@Ldev007 > I was just wondering that is there any possibility or chances if the analyser crashes or lags might be caused due to a presence of HDD ? I'm...
Yes please - it avoids discussion of multiple issues being mixed together, and we can easily close the issue if it turns out to be something simple. Thanks!
There are a few things that happen when you save `pubspec.yaml`: 1. We debounce the request to ensure we're not triggering expensive work (`pub get`) frequently if you're making multiple...
> Dart should detect the new package addition and update the project dependencies almost instantly after saving the `pubspec.yaml` file. Unfortunately it's unlikely this will ever be near-instant because when...
Of course - if this is a different issue it may be better to open a new issue explicitly for this and include details of the settings and as much...
I'd like this too - there's an existing issue at https://github.com/dart-lang/sdk/issues/50085 about adding support for this in the server. I'll keep this issue open for now as a reminder to...
Looks like someone was getting a head-start on https://github.com/dart-lang/language/blob/main/working/augmentation-libraries/parts_with_imports.md? 😄 Probably this issue can be closed if that goes ahead?
@erindolson are you able to enable the analyzer [instrumentation log](https://dartcode.org/docs/logging/#analyzer-instrumentation) for your project (in workspace settings / `.vscode/settings.json`) temporarily to see whether it records more detailed information about the error...
Thanks - the log file does contain the complete error. It looks like there may be something invalid in your `analysis_options.yaml` file that's causing it to fail to parse. You...