mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-28 13:46:17 +00:00
rogue return
This commit is contained in:
@@ -144,8 +144,6 @@ export async function publishRepository(gitAPI: GitAPI, repository?: Repository)
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
const githubRepository = await vscode.window.withProgress({ location: vscode.ProgressLocation.Notification, cancellable: false, title: 'Publish to GitHub' }, async progress => {
|
||||
progress.report({ message: 'Publishing to GitHub private repository', increment: 25 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user