Browse Source

Updates settings order & tweaks content

main
Eric Amodio 1 year ago
parent
commit
b4df392519
1 changed files with 9 additions and 9 deletions
  1. +9
    -9
      package.json

+ 9
- 9
package.json View File

@ -2184,7 +2184,7 @@
"gitlens.graph.scrollRowPadding": { "gitlens.graph.scrollRowPadding": {
"type": "number", "type": "number",
"default": 0, "default": 0,
"markdownDescription": "Specifies how many rows from the edge a selected row should be before scrolling starts",
"markdownDescription": "Specifies the number of rows from the edge at which the graph will scroll when using keyboard or search to change the selected row",
"scope": "window", "scope": "window",
"order": 14 "order": 14
}, },
@ -2222,24 +2222,24 @@
"scope": "window", "scope": "window",
"order": 22 "order": 22
}, },
"gitlens.graph.showRemoteNames": {
"gitlens.graph.dimMergeCommits": {
"type": "boolean", "type": "boolean",
"default": false, "default": false,
"markdownDescription": "Specifies whether to show remote names on remote branches in the _Commit Graph_",
"markdownDescription": "Specifies whether to dim (deemphasize) merge commit rows in the _Commit Graph_",
"scope": "window", "scope": "window",
"order": 23 "order": 23
}, },
"gitlens.graph.avatars": {
"gitlens.graph.showRemoteNames": {
"type": "boolean", "type": "boolean",
"default": true,
"markdownDescription": "Specifies whether to show avatar images instead of author initials and remote icons in the _Commit Graph_",
"default": false,
"markdownDescription": "Specifies whether to show remote names on remote branches in the _Commit Graph_",
"scope": "window", "scope": "window",
"order": 24 "order": 24
}, },
"gitlens.graph.dimMergeCommits": {
"gitlens.graph.avatars": {
"type": "boolean", "type": "boolean",
"default": false,
"markdownDescription": "Specifies whether to dim rows with merge commits in the _Commit Graph_",
"default": true,
"markdownDescription": "Specifies whether to show avatar images instead of author initials and remote icons in the _Commit Graph_",
"scope": "window", "scope": "window",
"order": 25 "order": 25
}, },

Loading…
Cancel
Save