Explorar el Código

Enables graph features by default

main
Eric Amodio hace 1 año
padre
commit
029c01e6ec
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      package.json

+ 2
- 2
package.json Ver fichero

@ -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

Cargando…
Cancelar
Guardar