update: link that report a problem
This commit is contained in:
		@@ -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'));
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user