File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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. */
You can’t perform that action at this time.
0 commit comments