Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Settings editor UI) For two settings of the built-in extension, Git, the default value is not marked #130718

Closed
darkred opened this issue Aug 12, 2021 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug confirmed Issue has been confirmed by VS Code Team member insiders-released Patch has been released in VS Code Insiders settings-editor VS Code settings editor issues verified Verification succeeded
Milestone

Comments

@darkred
Copy link

darkred commented Aug 12, 2021

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.59.0 (and 1.60.0 insiders)
  • OS Version: win10 x64

Steps to Reproduce:

It's about the built-in extension, Git: For some of its settings, the default value is not marked:
(follow-up of #58712 )

  1. Open Preferences | Settings, search for git.autofetch
  2. Click its dropdown: although it has the default value, false, the word "default" is not displayed to the right of the row.
    Note that its default value in defaultSettings.json is: "git.autofetch": false,
  3. The same occurs with git.autoRepositoryDetection (default value: true)
  4. But, it doesn't occur with any other setting of the Git extension,
    and I haven't found any other built-in extension that this occurs.

2021-08-12_232355

@darkred darkred changed the title (Settings editor UI) For two settings of the built-in extension, Git, the default value is not marked (Settings editor UI) For two settings of the built-in extension, Git, the default value is not marked Aug 12, 2021
@roblourens roblourens added bug Issue identified by VS Code Team member as probable bug settings-editor VS Code settings editor issues labels Aug 13, 2021
@roblourens roblourens added this to the Backlog milestone Aug 13, 2021
@rzhao271 rzhao271 assigned rzhao271 and unassigned roblourens Oct 15, 2021
@rzhao271 rzhao271 added the confirmed Issue has been confirmed by VS Code Team member label Oct 19, 2021
@rzhao271 rzhao271 modified the milestones: Backlog, October 2021 Oct 19, 2021
@lramos15 lramos15 added the verified Verification succeeded label Oct 27, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Dec 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug confirmed Issue has been confirmed by VS Code Team member insiders-released Patch has been released in VS Code Insiders settings-editor VS Code settings editor issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants
@roblourens @darkred @lramos15 @rzhao271 and others