{label:`$(repo) Publish to GitHub private repository`,description:`$(github) ${owner}/${sanitizedRepo}`,alwaysShow: true,repo: sanitizedRepo,isPrivate: true},
{label:`$(repo) Publish to GitHub public repository`,description:`$(github) ${owner}/${sanitizedRepo}`,alwaysShow: true,repo: sanitizedRepo,isPrivate: false},
constgithubRepository=awaitvscode.window.withProgress({location: vscode.ProgressLocation.Notification,cancellable: false,title:'Publish to GitHub'},asyncprogress=>{
constopenOnGitHub=localize('openingithub',"Open on GitHub");
vscode.window.showInformationMessage(localize('publishing_done',"Successfully published the '{0}' repository to GitHub.",`${owner}/${repo}`),openOnGitHub).then(action=>{