conststageAll=awaitvscode.window.showWarningMessage('There are no staged changes to suggest.\n\nWould you like to automatically stage all your of changes and suggest them?',{modal: true},'Yes');
letaction=awaitvscode.window.showErrorMessage(`The branch '${pullRequestModel.localBranchName}' is not fully merged, are you sure you want to delete it? `,DELETE_BRANCH_FORCE);
returnvscode.window.showWarningMessage(`Are you sure you want to close this pull request on GitHub? This will close the pull request without merging.`,'Yes','No').then(asyncvalue=>{
returnvscode.commands.executeCommand('vscode.diff',previousFileUri,fileChange.filePath,`${fileChange.fileName} from ${(commit||'').substr(0,8)}`,options);