Преглед изворни кода

Re-adds deprecated setting

main
Eric Amodio пре 4 година
родитељ
комит
919ec18c04
1 измењених фајлова са 8 додато и 0 уклоњено
  1. +8
    -0
      package.json

+ 8
- 0
package.json Прегледај датотеку

@ -594,6 +594,14 @@
"markdownDescription": "Specifies whether to match commit search patterns using regular expressions",
"scope": "window"
},
"gitlens.gitCommands.search.showResultsInView": {
"type": "boolean",
"default": true,
"markdownDescription": "Specifies whether to show the commit search results in the _Search Commits_ view or directly within the quick pick menu",
"scope": "window",
"deprecationMessage": "Depreciated: This setting has been renamed to gitlens.gitCommands.search.showResultsInSideBar",
"markdownDeprecationMessage": "Depreciated: This setting has been renamed to `#gitlens.gitCommands.search.showResultsInSideBar#`"
},
"gitlens.gitCommands.search.showResultsInSideBar": {
"type": "boolean",
"default": false,

Loading…
Откажи
Сачувај