Skip to content

Commit c712b29

Browse files
author
Dave Bartolomeo
committed
Merge branch 'dbartol/debug-context' of https://github.com/github/vscode-codeql into dbartol/debug-context
2 parents d84baed + 24ecd6f commit c712b29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/run-queries-shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ async function convertToQlPath(filePath: string): Promise<string> {
587587
* Determines the initial information for a query. This is everything of interest
588588
* we know about this query that is available before it is run.
589589
*
590-
* @param selectedQuer The query to run, including any quickeval info.
590+
* @param selectedQuery The query to run, including any quickeval info.
591591
* @param databaseInfo The database to run the query against.
592592
* @returns The initial information for the query to be run.
593593
*/

0 commit comments

Comments
 (0)