mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-22 12:50:29 -04:00
* Add clear all query history action/command * Fix display issue when clearing * Change localize ID and fix registration
6 lines
166 B
JSON
6 lines
166 B
JSON
{
|
|
"queryHistory.displayName": "Query History",
|
|
"queryHistory.description": "View and run previously executed queries",
|
|
"queryHistory.clear": "Clear All History"
|
|
}
|