Skip to content

Commit

Permalink
Merge pull request #2984 from github/aeisenberg/fix-log-path
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg authored Oct 18, 2023
2 parents ec0e74b + 2e2051a commit df55e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions extensions/ql-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion extensions/ql-vscode/src/query-results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit df55e03

Please sign in to comment.