You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split commandRunner into two functions: commandRunner and
commandRunnerWithProgress.
Also, take advantage of default arguments for ProgressOptions.
And updates changelog.
Copy file name to clipboardExpand all lines: extensions/ql-vscode/CHANGELOG.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,9 @@
4
4
5
5
- Add friendly welcome message when the databases view is empty.
6
6
- Add open query, open results, and remove query commands in the query history view title bar.
7
-
-Max number of simultaneous queries launchable by runQueries command is now configurable by changing the `codeQL.runningQueries.maxQueries` setting.
7
+
-The maximum number of simultaneous queries launchable by the `CodeQL: Run Queries in Selected Files` command is now configurable by changing the `codeQL.runningQueries.maxQueries` setting.
8
8
- Allow simultaneously run queries to be canceled in a single-click.
9
9
- Prevent multiple upgrade dialogs from appearing when running simultaneous queries on upgradeable databases.
10
-
- Allow simultaneously run queries to be canceled in a single-click.
11
-
- Max number of simultaneous queries launchable by runQueries command is now configurable by changing the codeQL.runningQueries.maxQueries setting.
12
10
- Fix sorting of results. Some pages of results would have the wrong sort order and columns.
13
11
- Remember previous sort order when reloading query results.
14
12
- Fix proper escaping of backslashes in SARIF message strings.
0 commit comments