Files
vscode/extensions/markdown-language-features/src
Matt Bierner 4096b5d68e Avoid uri parse warnings for markdown uris
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')`
2018-09-13 15:43:47 -07:00
..
2018-06-11 18:38:03 -07:00
2018-09-05 08:36:16 -07:00