-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Closed
Labels
Milestone
Description
Refs: #147365
- macOS @lychung7
- linux @brettcannon
- windows @dbaeumer
Complexity: 1
The old default value of comments.openView was file, which would cause the Comments view to open whenever you open a file with comments in it. This was too noisy as a default. The new default value firstFile only opens the Comment view the first time in a session that a file with comments is opened.
You can use the following setup steps or use your own setup for files with comments.
- Install the pre-release version of GitHub Pull Requests and Issues.
- Open a folder with a GitHub repository that has pull requests with comments.
Verify:
- that the Comments view is only opened the first time a file with comments is opened (until you reload).
- that after you reload and open a file with comments again that the comments view is opened.
- that the description of the setting value
firstFilemakes sense.