mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add loading text to query history view (#20717)
* Add max entries to query history * Update query history README * Add loading text to query history view * add comment
This commit is contained in:
@@ -189,6 +189,12 @@
|
||||
"viewsWelcome": [
|
||||
{
|
||||
"view": "queryHistory",
|
||||
"when": "queryHistory.loading",
|
||||
"contents": "%queryHistory.loading%"
|
||||
},
|
||||
{
|
||||
"view": "queryHistory",
|
||||
"when": "queryHistory.noEntries",
|
||||
"contents": "%queryHistory.noEntries%"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user