S.-- / --
Setup · Nº 01
Complete setup guide.
Complete guide to setting up VS Code with my preferred configuration, extensions, and fonts.
Step 1
Download necessary files
Select all the fonts, right click, and click to Install
Open the vscode in downloads directory
Install VSC Export & Import extension in vs code.
Step 2
Installing all the extensions
Open Command Palette by pressing the keyboard shortcut
Cmd + ⇧ + P (Mac) / Ctrl + ⇧ + P (Windows)
Enter the text in prompt and press Enter ⏎
VSC Export & ImportAll extension will start to install
Step 3
VS Code Settings
Open Command Palette by pressing the keyboard shortcut
Cmd + ⇧ + P (Mac) / Ctrl + ⇧ + P (Windows)
Enter the text in prompt and press Enter ⏎
Preferences: Open Settings (JSON)Copy the settings.json from the below window
settings.json
Final
Complete Setup
Paste the code in the settings.json file in VS Code
Save the settings.json file
Cmd + S (Mac) / Ctrl + S (Windows)and restart VS CodeDone!