Skip to content

Commit d55e9d5

Browse files
authored
Merge pull request github#12000 from github/nora/update-query-history-actions
Rename Query History Actions
2 parents 1bd223b + 5993b60 commit d55e9d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/codeql/codeql-for-visual-studio-code/analyzing-your-projects.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ To see the queries that you have run in the current session, open the Query Hist
118118
:alt: See a list of previous queries
119119

120120
The Query History contains information including the date and time when the query was run, the name of the query, the database on which it was run, and how long it took to run the query.
121-
To customize the information that is displayed, right-click an entry and select **Set Label**.
121+
To customize the information that is displayed, right-click an entry and select **Rename**.
122122

123123
Click an entry to display the corresponding results in the Query Results view, and double-click
124-
to display the query itself in the editor (or right-click and select **Open Query**).
125-
To display the exact text that produced the results for a particular entry, right-click it and select **Show Query Text**. This can differ from **Open Query** as the query file may have been modified since you last ran it.
124+
to display the query itself in the editor (or right-click and select **View Query**).
125+
To display the exact text that produced the results for a particular entry, right-click it and select **View Query Text**. This can differ from **View Query** as the query file may have been modified since you last ran it.
126126

127-
To remove queries from the Query History view, select all the queries you want to remove, then right-click and select **Remove History Item**.
127+
To remove queries from the Query History view, select all the queries you want to remove, then right-click and select **Delete**.
128128

129129
.. _viewing-query-results:
130130

0 commit comments

Comments
 (0)