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.
- 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.
customStartPage.url: Remote URL to load in the webview.customStartPage.openWhen:alwaysorworkspace.
Custom Start Page: Open(customStartPage.open)
- Set
customStartPage.urlin user settings. - Optionally set
customStartPage.openWhentoworkspace. - Restart VS Code or run the command to open the tab.
If you want the Welcome page hidden, set:
workbench.startupEditor:none
npm install
npm run compilenpx vsce package- The remote site must allow embedding in an iframe (no restrictive
X-Frame-Optionsorframe-ancestors).