Ver a proveniência

Enables graph features by default

main
Eric Amodio há 1 ano
ascendente
cometimento
029c01e6ec
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      package.json

+ 2
- 2
package.json Ver ficheiro

@ -2266,14 +2266,14 @@
},
"gitlens.graph.showUpstreamStatus": {
"type": "boolean",
"default": false,
"default": true,
"markdownDescription": "Specifies whether to show a local branch's upstream status in the _Commit Graph_",
"scope": "window",
"order": 26
},
"gitlens.graph.pullRequests.enabled": {
"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)",
"scope": "window",
"order": 27

Carregando…
Cancelar
Guardar