Always use vscode.open to open markdown links

Fixes #108998

This ensures we use the custom editor if it is the default
This commit is contained in:
Matt Bierner
2020-11-05 17:00:06 -08:00
parent 7f7307b89a
commit 24b28f57be
4 changed files with 73 additions and 29 deletions

View File

@@ -1,4 +1,10 @@
[b](b)
[b](b.md)
[b](./b.md)
[b](/b.md)
[b.md](b.md)
[./b.md](./b.md)
[/b.md](/b.md)
[b#header1](b#header1)