Browse Source

Disables the repositories view by default

main
Eric Amodio 4 years ago
parent
commit
f2ba92c65a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -1871,7 +1871,7 @@
},
"gitlens.views.repositories.enabled": {
"type": "boolean",
"default": true,
"default": false,
"markdownDescription": "Specifies whether to show the _Repositories_ view",
"scope": "window"
},

Loading…
Cancel
Save