Move changelog to be packaged with extension

This commit is contained in:
Shati Patel
2019-11-22 11:26:48 +00:00
parent 07f96bf43e
commit b65a0ceb74
3 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ This project is an extension for Visual Studio Code that adds rich language supp
* Provides an easy way to run queries from the large, open source repository of [CodeQL security queries](https://github.com/Semmle/ql).
* Adds IntelliSense to support you writing and editing your own CodeQL query and library files.
To see what has changed in the last few versions of the extension, see the [Changelog](https://github.com/github/vscode-codeql/blob/master/extensions/ql-vscode/CHANGELOG.md).
## Quick start overview
The information in this `README` file describes the quickest way to start using CodeQL.