-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.
Milestone
Description
The install instructions for some other formatters (for ex. Prettier) encourage setting it as the global default formatter:
"editor.defaultFormatter": "esbenp.prettier-vscode",
Prettier cannot format Dart files so trying to format produces fails with a message. We can set the default for Dart explicitly so that it will be used first. Users can still override this by setting a default formatter in the "[dart]" section of their configuration.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis enhancementAn enhancement or improvement that should be listed in release notes but is not a bug fix.An enhancement or improvement that should be listed in release notes but is not a bug fix.