Skip to main content

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

  1. In your project’s root folder, create a folder called .vscode.
  2. Inside .vscode, create a file named settings.json.
  3. Copy the contents of vscode.settings.json into your settings.json file.