mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user