mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-03 04:56:44 +01:00
4096b5d68e
Fixes #58566 We only support local file links or a small set of normal schemes, like `http` and `mailto`. Use this to avoid calling `Uri.parse` with scheme-less paths such as `Uri.parse('/images/cat.gif')`