I was setting up VS Code for Flutter and I accidentally gave "No" for the following recommendation
I tried to find this manually in the settings to enable it, but I wasn't able to find it. How can I change this after the fact?
CodePudding user response:
Steps by Step Solution:
Open VS Code
Open command palette via Ctrl Shift P
Type
Dart: Use Recommended Settings
and hit Enter
Note: Most probably it will only show when you have a Dart file open (VS Code does this to prevent cluttering in the command palette)
References: https://dartcode.org/docs/recommended-settings/