From 7f4dcf69f5706afe309dbc7cfd575c0859850542 Mon Sep 17 00:00:00 2001 From: Levi Yan Date: Tue, 17 Jun 2025 18:15:08 +0800 Subject: [PATCH] update: link that report a problem --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); } }