Skip to content

Commit 1a9a62a

Browse files
authored
Merge pull request #195 from jcreedcmu/changelog
Update changelog
2 parents 426477e + cc403e7 commit 1a9a62a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

extensions/ql-vscode/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CodeQL for Visual Studio Code: Changelog
22

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+
313
## 1.0.1 - 21 November 2019
414

515
- 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.
@@ -11,4 +21,4 @@
1121

1222
## 1.0.0 - 14 November 2019
1323

14-
Initial release of CodeQL for Visual Studio Code.
24+
Initial release of CodeQL for Visual Studio Code.

0 commit comments

Comments
 (0)