- Click the link below.
- Click the Install button.
- On the bottom left of VS Code > click the
Gear Icon
- Choose
Command Palette..
- Type
open settings
- Choose
Open Settings.JSON
- Paste the settings below into the file.
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
{
"files.autoSave": "afterDelay",
"editor.fontFamily": "Fira Code iScript, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.multiCursorModifier": "alt",
"editor.formatOnSave": true,
"workbench.iconTheme": "material-icon-theme",
"emmet.includeLanguages": {
"typescript": "html"
}
}
- Create a new directory named
code
(it is recommended to makecode
a sibling to thedocs
directory) where you will write code during the course and copy prettier.config.js into it.
If you are interested in trying a new font designed for programming.
- Install the free FiraCodeiScript font on your system.
- Close and reopen VS Code to see the new font.