Danny Tuppeny
Danny Tuppeny
@FMorschel I couldn't reproduce seeing "Connected to VM Service" before a compile error: Is there anything unusual about this project? You mention it's a plugin, is it something that is...
@FMorschel I'm not sure I understand how to reproduce this from the description above. It sounds like this is a plugin (and therefore maybe related to how plugins are compiled?)...
Actually, I can reproduce "Connected to the VM Service" even without a dependency, I see it just generally if trying to start a Dart app that has a compilation error:...
> I think VS Code extension (Dart-Code) only uses `_test.dart` to know if a file is a test (cc @DanTup to confirm). It depends a little on the context. _Generally_...
> If those are well supported across all the tools then we should document them. They are listed on https://dart.dev/tools/pub/package-layout (and [the Flutter docs note integration_test](https://docs.flutter.dev/testing/integration-tests#add-the-integration-test-dependency)), but I'm not sure...
> and the reference to `integration_test` isn't in the structure under the heading "Here's what a complete package (named enchilada) that uses every corner of these guidelines might look like:"...
> Potentially add the ability to list the test source directories in analysis_options.yaml This would make it more complicated for other tools to (for example the VS Code extension would...
> the IntelliJ / vscode plugins bypass the flutter/dart scripts and use the dart sdk directly For VS Code, I think Puro is already writing a `.vscode/settings.json` with the SDK...
Some additional info that might not be obvious: - These were contributed settings in Dart-Code. These settings get merged with the base VS Code defaults, but a user can override...
@jakemac53 looks like we've been here before 😄