Просмотр исходного кода

Enables allowMultipleInstances by default

main
Eric Amodio 1 год назад
Родитель
Сommit
69ad4db05c
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      package.json

+ 3
- 3
package.json Просмотреть файл

@ -2679,7 +2679,7 @@
},
"gitlens.graph.experimental.allowMultipleInstances": {
"type": "boolean",
"default": false,
"default": true,
"markdownDescription": "Specifies whether to allow opening multiple instances of the _Commit Graph_ in the editor area",
"scope": "window",
"order": 110
@ -2693,7 +2693,7 @@
"properties": {
"gitlens.focus.experimental.allowMultipleInstances": {
"type": "boolean",
"default": false,
"default": true,
"markdownDescription": "Specifies whether to allow opening multiple instances of the _Focus View_",
"scope": "window",
"order": 10
@ -2707,7 +2707,7 @@
"properties": {
"gitlens.visualHistory.experimental.allowMultipleInstances": {
"type": "boolean",
"default": false,
"default": true,
"markdownDescription": "Specifies whether to allow opening multiple instances of the _Visual File History_ in the editor area",
"scope": "window",
"order": 10

Загрузка…
Отмена
Сохранить