Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.54 KB

configuration.md

File metadata and controls

38 lines (28 loc) · 1.54 KB

Configure VS Code

  1. On the bottom left of VS Code > click the Gear Icon
  2. Choose Command Palette..
  3. Type open settings
  4. Choose Open Settings.JSON
  5. Paste the settings below into the USER SETTINGS section on the right side of the screen.
    • The left side is not editable.

If you have existing USER SETTINGS you will want to add the following settings below your current settings. Otherwise, you can replace the contents of the file with the JSON below.

settings.json

{
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.fontFamily": "Fira Code iScript, Menlo, Monaco, 'Courier New', monospace",
  "editor.multiCursorModifier": "alt",
  "editor.formatOnSave": true,
  "emmet.includeLanguages": {
    "typescript": "html"
  }
}

Install a font for programming (optional)

If you are interested in trying a new font designed for programming.

  1. Install the free FiraCodeiScript font on your system.
  1. Close and reopen VS Code to see the new font.