Skip to content

Commit

Permalink
put clear all in view action
Browse files Browse the repository at this point in the history
  • Loading branch information
abist committed Jan 16, 2020
1 parent 6601e9e commit 24c37df
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 24c37df

Please sign in to comment.