Merge pull request #2984 from github/aeisenberg/fix-log-path

This commit is contained in:
Andrew Eisenberg
2023-10-18 15:36:10 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
- Sorted result set filenames now include a hash of the result set name instead of the full name. [#2955](https://github.com/github/vscode-codeql/pull/2955)
- The "Install Pack Dependencies" will now only list CodeQL packs located in the workspace. [#2960](https://github.com/github/vscode-codeql/pull/2960)
- Fix a bug where the "View Query Log" action for a query history item was not working. [#2984](https://github.com/github/vscode-codeql/pull/2984)
- Add a command to sort items in the databases view by language. [#2993](https://github.com/github/vscode-codeql/pull/2993)
## 1.9.2 - 12 October 2023

View File

@@ -290,7 +290,7 @@ export class LocalQueryInfo {
this.completedQuery = new CompletedQueryInfo(
info.query,
info.result,
info.logFileLocation,
info.query.logPath,
info.successful,
info.message,
undefined,