mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-25 00:44:05 +01:00
Close #128581
This commit is contained in:
@@ -532,6 +532,13 @@ export class GettingStartedPage extends EditorPane {
|
||||
}
|
||||
}
|
||||
}));
|
||||
|
||||
this.stepDisposables.add(webview.onDidClickLink(link => {
|
||||
if (matchesScheme(link, Schemas.https) || matchesScheme(link, Schemas.http) || (matchesScheme(link, Schemas.command))) {
|
||||
this.openerService.open(link, { allowCommands: true });
|
||||
}
|
||||
}));
|
||||
|
||||
}
|
||||
else if (stepToExpand.media.type === 'markdown') {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user