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
Copy file name to clipboardExpand all lines: extensions/ql-vscode/CHANGELOG.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,11 @@
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
+
- Max number of simultaneous queries launchable by runQueries command is now configurable by changing the `codeQL.runningQueries.maxQueries` setting.
8
8
- Fix sorting of results. Some pages of results would have the wrong sort order and columns.
9
9
- Remember previous sort order when reloading query results.
10
10
- Fix proper escaping of backslashes in SARIF message strings.
11
11
- Allow setting `codeQL.runningQueries.numberOfThreads` and `codeQL.runningTests.numberOfThreads` to 0, (which is interpreted as 'use one thread per core on the machine').
12
-
- Clear the problems view of all Code QL problems when a database is removed.
13
12
- Clear the problems view of all CodeQL query results when a database is removed.
0 commit comments