thiagowfx's avatar

Β¬ just serendipity πŸ€ (not just serendipity)

VSCode: Github Pull Requests plug-in: collapse all comments by default

β€’ 49 words β€’ 1 min β€’ updated

⚠️ This post is over one year old. It may no longer be up to date or relevant. Opinions may have changed.

Problem statement: I am constantly annoyed at opening files in VSCode with PR comments being automatically expanded by default and occupying precious real estate. Get rid of these comments!

Github issue:

From your user settings with "githubPullRequests.commentExpandState"

I added the following to my settings.json:

json
{
  "githubPullRequests.commentExpandState": "collapseAll",
}