Add max entries to query history (#20715)

This commit is contained in:
Charles Gagnon
2022-10-03 15:42:44 -07:00
committed by GitHub
parent 4bd2befefe
commit 6322a37152
4 changed files with 26 additions and 4 deletions

View File

@@ -55,6 +55,12 @@
"type": "boolean",
"default": true,
"description": "%queryHistory.persistHistory%"
},
"queryHistory.maxEntries": {
"type": "integer",
"default": 100,
"minimum": 0,
"description": "%queryHistory.maxEntries%"
}
}
}