mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
@@ -552,7 +552,7 @@ export default class TypeScriptServiceClient extends Disposable implements IType
|
||||
if (prompt) {
|
||||
prompt.then(item => {
|
||||
if (item && item.id === MessageAction.reportIssue) {
|
||||
return vscode.commands.executeCommand('workbench.action.reportIssues');
|
||||
return vscode.commands.executeCommand('workbench.action.openIssueReporter');
|
||||
}
|
||||
return undefined;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user