Fixes #58390, Preview in Issue Reporter opens the browser behind it

This commit is contained in:
Rachel Macfarlane
2018-09-12 14:52:25 -07:00
parent 13ee7599f5
commit 46e48e70ed
2 changed files with 8 additions and 2 deletions

View File

@@ -784,7 +784,7 @@ export class IssueReporter extends Disposable {
url = baseUrl + `&body=${encodeURIComponent(localize('pasteData', "We have written the needed data into your clipboard because it was too large to send. Please paste."))}`;
}
shell.openExternal(url);
ipcRenderer.send('vscode:openExternal', url);
return true;
}