SzabiSch / bootcamp-schedule

0 stars 0 forks source link

Setup: Customize Visual Studio Code Config #10

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
SzabiSch commented 3 years ago

done

SzabiSch commented 3 years ago

ich bin interessiert, wofür die Befehle verantwortlich sind