update: link that report a problem

This commit is contained in:
Levi Yan
2025-06-17 18:15:08 +08:00
parent c347111889
commit 7f4dcf69f5

View File

@@ -114,7 +114,7 @@ export async function showErrorNotification(message: string): Promise<void> {
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'));
}
}