vscode.settings
Defined in: vscode.settings.json
Provides the recommended JSON settings to use in your project’s .vscode/settings.json.
These settings integrate ESLint and Prettier extensions seamlessly for consistent formatting and linting.
Example
- In your project’s root folder, create a folder called
.vscode. - Inside
.vscode, create a file namedsettings.json. - Copy the contents of vscode.settings.json into your
settings.jsonfile.