Browse Source

Enables graph features by default

main
Eric Amodio 1 year ago
parent
commit
029c01e6ec
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package.json

+ 2
- 2
package.json View File

@ -2266,14 +2266,14 @@
}, },
"gitlens.graph.showUpstreamStatus": { "gitlens.graph.showUpstreamStatus": {
"type": "boolean", "type": "boolean",
"default": false,
"default": true,
"markdownDescription": "Specifies whether to show a local branch's upstream status in the _Commit Graph_", "markdownDescription": "Specifies whether to show a local branch's upstream status in the _Commit Graph_",
"scope": "window", "scope": "window",
"order": 26 "order": 26
}, },
"gitlens.graph.pullRequests.enabled": { "gitlens.graph.pullRequests.enabled": {
"type": "boolean", "type": "boolean",
"default": false,
"default": true,
"markdownDescription": "Specifies whether to show associated pull requests on remote branches in the _Commit Graph_. Requires a connection to a supported remote service (e.g. GitHub)", "markdownDescription": "Specifies whether to show associated pull requests on remote branches in the _Commit Graph_. Requires a connection to a supported remote service (e.g. GitHub)",
"scope": "window", "scope": "window",
"order": 27 "order": 27

Loading…
Cancel
Save