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
+11-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# CodeQL for Visual Studio Code: Changelog
2
2
3
+
## 1.0.2 - 13 December 2019
4
+
5
+
- Fix rendering of negative numbers in results.
6
+
- Allow customization of query history labels from settings and from
7
+
query history view context menu.
8
+
- Show number of results in results view.
9
+
- Add commands `CodeQL: Show Next Step on Path` and `CodeQL: Show
10
+
Previous Step on Path` for navigating the steps on the currently
11
+
shown path result.
12
+
3
13
## 1.0.1 - 21 November 2019
4
14
5
15
- Change `codeQL.cli.executablePath` to a per-machine setting, so it can no longer be set at the user or workspace level. This helps prevent arbitrary code execution when using a VS Code workspace from an untrusted source.
0 commit comments