We want replit:// links to work in the app for obvious reasons (e.g. performing actions or opening new windows via links) and also want to support vscode:// URLs explicitly so that the new "Open in VS Code" button and relevant SSH functionality works as expected (see attached Linear task).
Fixes WS-3018
What changed
Add vscode:// and replit:// to external protocol allowlist
Test plan
Open replit:// and/or vscode:// links from the app -> works
New "Open in VS Code" button works as expected in the desktop app
Opening http(s) external links still works as expected in the app
Why
We want
replit://
links to work in the app for obvious reasons (e.g. performing actions or opening new windows via links) and also want to supportvscode://
URLs explicitly so that the new "Open in VS Code" button and relevant SSH functionality works as expected (see attached Linear task).Fixes WS-3018
What changed
Add vscode:// and replit:// to external protocol allowlist
Test plan
replit://
and/orvscode://
links from the app -> works