
2025-08-18 — By Siddharth Jain · 5 min read
If you use Visual Studio Code regularly, you might have noticed something annoying:
These small distractions may not seem like a big deal, but over time, they slow down your workflow. Luckily, you can disable both with a few quick settings changes.
By default, VS Code shows either a new blank file or the welcome page at startup. To stop that:
"welcomePage" or "newUntitledFile".📸 Screenshot Example:

👉 Now when you launch VS Code, it won’t open a random new file or tab.
GitHub Copilot sometimes pops up its welcome screen or chat panel. To prevent this:
📸 Screenshot Example:

This ensures Copilot runs in the background but doesn’t interrupt you every time you open VS Code.
Instead of starting with a blank screen, you can configure VS Code to reopen your last session (the files and projects you were working on):
👉 With this, VS Code always reopens your last workspace, so you can continue where you left off.
With just a few tweaks in settings, you can:
These small adjustments make VS Code cleaner and faster, helping you focus on what truly matters: coding.
✨ Pro Tip: If you want, you can also edit your settings.json directly for more control.