glissario / bootcamp-schedule

bootcamp progress
0 stars 0 forks source link

Customize Visual Studio Code Config #7

Closed codingbootcampseu closed 3 years ago

codingbootcampseu commented 3 years ago

You will know tweak the settings of your VSCode, i.e.

  1. Open VSCode
  2. Press CMD + Shift + P and type "Open Settings JSON"
  3. Select the entry "Preferences: Open Settings (JSON)" and press ENTER
  4. Paste the following code into the curly braces ({}) of the settings.json file
  "emmet.triggerExpansionOnTab": true,
  "prettier.requireConfig": false,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.formatOnSave": true
  1. Save and close the config file
glissario commented 3 years ago

Edited the JSON setting file