{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=>{
progress.report({message:`Publishing to GitHub ${isPrivate?'private':'public'} repository`,increment: 25});