瀏覽代碼

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…
取消
儲存