diff --git a/src/utils.ts b/src/utils.ts index 93e0cde..d06a6a0 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -114,7 +114,7 @@ export async function showErrorNotification(message: string): Promise { if (selection === 'Open Console') { vscode.commands.executeCommand('workbench.action.toggleDevTools'); } else if (selection === 'Report a problem') { - vscode.commands.executeCommand('vscode.open', vscode.Uri.parse('https://gitee.com/SuperIDE/DevStar/issues')); + vscode.commands.executeCommand('vscode.open', vscode.Uri.parse('https://github.com/mengning/DevStar/issues/new')); } }