From 919ec18c04f6b74ced045315f8b131c1aff45bbe Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 23 Sep 2020 21:38:58 -0400 Subject: [PATCH] Re-adds deprecated setting --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 2fde8ff..202f259 100644 --- a/package.json +++ b/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,