Skip to content

Commit 72023ab

Browse files
authored
Merge pull request #179 from shati-patel/move-changelog
Move changelog to be packaged with extension
2 parents 07f96bf + b65a0ce commit 72023ab

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This project is an extension for Visual Studio Code that adds rich language supp
44

55
The extension is released. You can download it from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=github.vscode-codeql).
66

7+
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).
8+
79
![CI status badge](https://github.com/github/vscode-codeql/workflows/Build%20Extension/badge.svg)
810

911
## Features
File renamed without changes.

extensions/ql-vscode/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This project is an extension for Visual Studio Code that adds rich language supp
77
* Provides an easy way to run queries from the large, open source repository of [CodeQL security queries](https://github.com/Semmle/ql).
88
* Adds IntelliSense to support you writing and editing your own CodeQL query and library files.
99

10+
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).
11+
1012
## Quick start overview
1113

1214
The information in this `README` file describes the quickest way to start using CodeQL.

0 commit comments

Comments
 (0)