Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VSCoode Custom Start PageNew to Visual Studio Code? Get it now.
VSCoode Custom Start Page

VSCoode Custom Start Page

dataIngenio

|
2 installs
| (0) | Free
Opens a custom web page in a VS Code webview on startup.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Custom Startpage

Minimal VS Code extension that opens a configurable remote URL in a webview tab on startup. It does not replace the built-in Welcome editor; it opens its own tab in the editor area.

Features

  • Opens a webview tab on startup or when a command is run.
  • Loads a single configured URL.
  • Restricts webview navigation to the configured origin via CSP.

Settings

  • customStartPage.url: Remote URL to load in the webview.
  • customStartPage.openWhen: always or workspace.

Commands

  • Custom Start Page: Open (customStartPage.open)

Usage

  1. Set customStartPage.url in user settings.
  2. Optionally set customStartPage.openWhen to workspace.
  3. Restart VS Code or run the command to open the tab.

If you want the Welcome page hidden, set:

  • workbench.startupEditor: none

Build

npm install
npm run compile

Package

npx vsce package

Limitations

  • The remote site must allow embedding in an iframe (no restrictive X-Frame-Options or frame-ancestors).
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft