Merge branch 'dbartol/debug-context' of https://github.com/github/vscode-codeql into dbartol/debug-context

This commit is contained in:
Dave Bartolomeo
2023-03-28 18:52:38 -04:00

View File

@@ -587,7 +587,7 @@ async function convertToQlPath(filePath: string): Promise<string> {
* Determines the initial information for a query. This is everything of interest
* we know about this query that is available before it is run.
*
* @param selectedQuer The query to run, including any quickeval info.
* @param selectedQuery The query to run, including any quickeval info.
* @param databaseInfo The database to run the query against.
* @returns The initial information for the query to be run.
*/