microsoft / vscode-pull-request-github

GitHub Pull Requests for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github
MIT License
2.3k stars 574 forks source link

Command to close all 'pull request related' editors #6234

Open danielo515 opened 1 week ago

danielo515 commented 1 week ago

Hello, and thanks for this extension, I use it extensively to review PRs. However, a problem I'm facing is that the editors that open when I visit each file are kept open. A lot of times, this editors interfere with my normal work, as many times I jump to the read-only file rather than opening the real file in my filesystem. I can manually close all the editors, but I will be very grateful if there be a command that takes care of this in a single go for me. Just what you can do with diff editors (you can close them all with a single command)

Thanks