Skip to content

Commit 76c034f

Browse files
committed
Merge branch 'main' into aeisenberg/repo-filter
2 parents f52f595 + 2d17267 commit 76c034f

14 files changed

Lines changed: 1361 additions & 399 deletions

File tree

extensions/ql-vscode/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## [UNRELEASED]
44

55
- Fix a bug where the AST viewer was not synchronizing its selected node when the editor selection changes. [#1230](https://github.com/github/vscode-codeql/pull/1230)
6+
- Open the directory in the finder/explorer (instead of just highlighting it) when running the "Open query directory" command from the query history view. [#1235](https://github.com/github/vscode-codeql/pull/1235)
7+
- Ensure query label in the query history view changes are persisted across restarts. [#1235](https://github.com/github/vscode-codeql/pull/1235)
68

79
## 1.6.1 - 17 March 2022
810

@@ -15,6 +17,7 @@ No user facing changes.
1517
- Fix a bug where queries took a long time to run if there are no folders in the workspace. [#1157](https://github.com/github/vscode-codeql/pull/1157)
1618
- [BREAKING CHANGE] The `codeQL.runningQueries.customLogDirectory` setting is deprecated and no longer has any function. Instead, all query log files will be stored in the query history directory, next to the query results. [#1178](https://github.com/github/vscode-codeql/pull/1178)
1719
- Add a _Open query directory_ command for query items. This command opens the directory containing all artifacts for a query. [#1179](https://github.com/github/vscode-codeql/pull/1179)
20+
- Add options to display evaluator logs for a given query run. Some information that was previously found in the query server output may now be found here. [#1186](https://github.com/github/vscode-codeql/pull/1186)
1821

1922
## 1.5.11 - 10 February 2022
2023

extensions/ql-vscode/gulpfile.ts/webpack.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ export function compileView(cb: (err?: Error) => void) {
77

88
export function watchView(cb: (err?: Error) => void) {
99
const watchConfig = {
10-
...
11-
config,
10+
...config,
1211
watch: true,
1312
watchOptions: {
1413
aggregateTimeout: 200,

0 commit comments

Comments
 (0)