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:
Charles Gagnon
2022-10-03 18:21:40 -07:00
committed by GitHub
parent 266326252a
commit 3df9985aff
6 changed files with 75 additions and 29 deletions

View File

@@ -189,6 +189,12 @@
"viewsWelcome": [
{
"view": "queryHistory",
"when": "queryHistory.loading",
"contents": "%queryHistory.loading%"
},
{
"view": "queryHistory",
"when": "queryHistory.noEntries",
"contents": "%queryHistory.noEntries%"
}
],