VS Code is where you will write your SQL files. Two boxes in the installer matter, and only two extensions to add. No AI extensions yet.
Jo video mein bola, yahan nukte mein likha hai.
What I said in the video, written here as key points.
Yahan hum apni queries likhenge. This is where we write our queries.
VS Code is a free editor. We use it to write and save SQL files. There is a small notice: no AI extensions yet. Do not install Copilot or any AI autocomplete now. You learn faster when you type every query yourself. AI comes back later, in its own session.
Free hai, official site se. It is free. Get it from the official site.
Open code.visualstudio.com and click Download for Windows. Open the downloaded installer from your Downloads folder.
PATH wala tick zaroor karo. Do not miss the PATH tick.
Accept the agreement and keep the default folder. On Select Additional Tasks, make sure these are ticked: Register Code as an editor for supported file types and Add to PATH. The PATH one is the most important, because it lets the code command work in your terminal. Click Next, then Install, then Finish.
A version number means it worked.
Open a new Command Prompt (a new window matters, because PATH changes only show up in windows opened after the install) and type:
code --version
You should see a version number. If Windows says code is not recognized, run the VS Code installer again and make sure Add to PATH is ticked.

Extensions icon, or press Ctrl + Shift + X. Install only these two.
Open VS Code, click the Extensions icon on the left (or press Ctrl + Shift + X), search for and install: SQLTools and SQLTools PostgreSQL. Nothing else. No Copilot, no AI autocomplete, not yet.
code is not recognized | Reinstall VS Code and tick Add to PATH. Open a new Command Prompt. |
| Installer says the app is running | Close VS Code fully, then run the installer again. |
| Extension will not install | Check your internet connection and try again. |
Tell me exactly what the screen says. Ghabrana nahi.
code is not recognized: reinstall VS Code and tick Add to PATH, then open a new Command Prompt.Tell me in the comments. Milte hain agli video mein. Next: install Git.
Free SQL course and the Setup page, which maps every step. Join the WhatsApp Community, the Channel or Discord.