{
  "explorer.excludeGitIgnore": true,
  "npm.packageManager": "pnpm",

  "editor.formatOnSave": true,
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  // Turn off this formatter so Prettier will be the only formatter and the user won't have to pick.
  "javascript.format.enable": false,
  "editor.codeActionsOnSave": {
    "source.fixAll": "explicit"
  }
}
