Fix docs, comments.

This commit is contained in:
Jason Reed
2020-05-15 12:41:44 -04:00
parent 4ffab3c16d
commit a98e3bc9ae
2 changed files with 6 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
## 1.2.0
- Add CodeQL-query-powered handlers for 'Go to Definition' and 'Go To
References' on source archive files.
- Enable 'Go to Definition' and 'Go to References' on source archive
files in CodeQL databases. This is handled by a CodeQL query.
## 1.1.5

View File

@@ -42,10 +42,10 @@ const ROOT_SETTING = new Setting('codeQL');
// Enable experimental features
/**
* Any settings below deliberately not in package.json so that they do
* not appear in the settings ui in vscode itself. If users want to
* enable experimental features, they can add them directly in their
* vscode settings json file.
* Any settings below are deliberately not in package.json so that
* they do not appear in the settings ui in vscode itself. If users
* want to enable experimental features, they can add them directly in
* their vscode settings json file.
*/
/* Advanced setting: used to enable bqrs parsing in the cli instead of in the webview. */