Add Clear All Query History command/action (#7408)

* Add clear all query history action/command

* Fix display issue when clearing

* Change localize ID and fix registration
This commit is contained in:
Charles Gagnon
2019-09-30 08:20:27 -07:00
committed by GitHub
parent bca7c8e6bd
commit 7cbc268c52
10 changed files with 106 additions and 40 deletions

View File

@@ -22,6 +22,22 @@
},
"extensionDependencies": [
],
"contributes": {
"commands": [
{
"command": "queryHistory.clear",
"title": "%queryHistory.clear%",
"category": "%queryHistory.displayName%"
}
],
"menus": {
"commandPalette": [
{
"command": "queryHistory.clear"
}
]
}
},
"dependencies": {
},
"devDependencies": {