提交 3e492a3a 编写于 作者: J João Moreno

fixes #99447

上级 fe9557db
......@@ -97,6 +97,7 @@ export async function publishRepository(gitAPI: GitAPI, repository?: Repository)
return;
}
if (!repository) {
quickpick = vscode.window.createQuickPick();
quickpick.placeholder = localize('ignore', "Select which files should be included in the repository.");
quickpick.canSelectMany = true;
......@@ -129,6 +130,7 @@ export async function publishRepository(gitAPI: GitAPI, repository?: Repository)
} finally {
quickpick.dispose();
}
}
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 });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册