We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f110d commit cc403e7Copy full SHA for cc403e7
extensions/ql-vscode/CHANGELOG.md
@@ -2,9 +2,13 @@
2
3
## 1.0.2 - 13 December 2019
4
5
-- Fix rendering of negative numbers in results
6
-- Allow customization of query history labels
7
-- Show number of results in results view
+- Fix rendering of negative numbers in results.
+- Allow customization of query history labels from settings and from
+ 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
13
## 1.0.1 - 21 November 2019
14
0 commit comments