From 24c37dfcaed45bf7bb53f721cce5ff1b45ae8e6f Mon Sep 17 00:00:00 2001 From: abist Date: Thu, 16 Jan 2020 15:50:14 -0800 Subject: [PATCH] put clear all in view action --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a37bc4c84..49a092c29 100644 --- a/package.json +++ b/package.json @@ -220,6 +220,12 @@ "when": "view == queryHistory && isQueryHistoryEnabled == true", "title": "%mssql.pauseQueryHistoryCapture%", "group": "navigation" + }, + { + "command": "mssql.clearAllQueryHistory", + "when": "view == queryHistory", + "title": "%mssql.clearAllQueryHistory%", + "group": "secondary" } ], "view/item/context": [ @@ -282,11 +288,6 @@ "command": "mssql.deleteQueryHistory", "when": "view == queryHistory && viewItem == queryHistoryNode", "group": "MS_SQL@3" - }, - { - "command": "mssql.clearAllQueryHistory", - "when": "view == queryHistory && viewItem == queryHistoryNode", - "group": "MS_SQL@4" } ], "commandPalette": [