Keerti Parthasarathy

Results 30 comments of Keerti Parthasarathy

Confirming that it is indeed the case where the YAML parser fails to recover from the errors, and so is unable to parse the incomplete yaml. Hence no suggestions. @bwilkerson...

@lrhn, can you point to a CL with the api changes?

We can add an import while making the fix, that is already supported. Take a look at the test cases here - https://github.com/dart-lang/sdk/blob/main/pkg/analysis_server/test/src/services/correction/fix/data_driven/platform_use_case_test.dart. Are there any other use cases that...

Part of the support for monorepo in the analysis server is based on the [pub proposal #4022](https://github.com/dart-lang/pub/issues/4022). The key points of that proposal that would make the analysis server treat...

@FMorschel , how does this show up in the editor? Context menu? Code actions (an option in the light bulb menu)?

Can you give us some details of your monrepo structure. Where are the `pubspec.yaml` and `analsis_options.yaml` files located. Which analysis_options file is not getting picked up? What is the directory/folder...

Thanks for the input on the test @gabrielgarciagava . Can see the failure, now to figure out why.