Setup Visual Studio Code (vscode)
Download vscode
Download these extensions
Optional but recommended
Fira Code font for font ligatures
click download
extract the zip
open the ttf folder
select all the fonts then right click and select open
Settings (CMD + ,)
{ "editor.minimap.enabled": false, "editor.fontFamily": "Fira Code", "editor.fontLigatures": true, "editor.fontSize": 14, "git.confirmSync": false, "workbench.iconTheme": "vscode-icons", "editor.formatOnSave": true, "git.enableSmartCommit": true, }
Last updated