Skip to content

Commit d6ab229

Browse files
authored
Merge pull request #2001 from github/nora/query-history-empty-state
Query history polish: update empty state
2 parents 8ed826c + 4f2b1af commit d6ab229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,7 @@
13221322
},
13231323
{
13241324
"view": "codeQLQueryHistory",
1325-
"contents": "Run the 'CodeQL: Run Query on Selected Database' command on a QL query.\n[Run Query](command:codeQL.runQuery)"
1325+
"contents": "You have no query history items at the moment.\n\nSelect a database to run a CodeQL query and get your first results."
13261326
},
13271327
{
13281328
"view": "codeQLDatabases",

0 commit comments

Comments
 (0)