Skip to content

Commit a98e3bc

Browse files
committed
Fix docs, comments.
1 parent 4ffab3c commit a98e3bc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

extensions/ql-vscode/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## 1.2.0
44

5-
- Add CodeQL-query-powered handlers for 'Go to Definition' and 'Go To
6-
References' on source archive files.
5+
- Enable 'Go to Definition' and 'Go to References' on source archive
6+
files in CodeQL databases. This is handled by a CodeQL query.
77

88
## 1.1.5
99

extensions/ql-vscode/src/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ const ROOT_SETTING = new Setting('codeQL');
4242
// Enable experimental features
4343

4444
/**
45-
* Any settings below deliberately not in package.json so that they do
46-
* not appear in the settings ui in vscode itself. If users want to
47-
* enable experimental features, they can add them directly in their
48-
* vscode settings json file.
45+
* Any settings below are deliberately not in package.json so that
46+
* they do not appear in the settings ui in vscode itself. If users
47+
* want to enable experimental features, they can add them directly in
48+
* their vscode settings json file.
4949
*/
5050

5151
/* Advanced setting: used to enable bqrs parsing in the cli instead of in the webview. */

0 commit comments

Comments
 (0)