You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/ql-vscode/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,11 @@
2
2
3
3
## [UNRELEASED]
4
4
5
+
5
6
- Remove line about selecting a language from the dropdown when downloading database from LGTM. This makes the download progress visible when the popup is not expanded. [#894](https://github.com/github/vscode-codeql/issues/894)
6
7
8
+
- Fixed a bug where copying the version information fails when a CodeQL CLI cannot be found. [#958](https://github.com/github/vscode-codeql/pull/958)
9
+
7
10
## 1.5.5 - 08 September 2021
8
11
9
12
- Fix bug where a query is sometimes run before the file is saved. [#947](https://github.com/github/vscode-codeql/pull/947)
Copy file name to clipboardExpand all lines: extensions/ql-vscode/package.json
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@
241
241
"scope": "application",
242
242
"description": "Specifies whether or not to write telemetry events to the extension log."
243
243
},
244
-
"codeQL.remoteRepositoryLists": {
244
+
"codeQL.remoteQueries.repositoryLists": {
245
245
"type": [
246
246
"object",
247
247
null
@@ -256,6 +256,13 @@
256
256
},
257
257
"default": null,
258
258
"markdownDescription": "[For internal use only] Lists of GitHub repositories that you want to query remotely. This should be a JSON object where each key is a user-specified name for this repository list, and the value is an array of GitHub repositories (of the form `<owner>/<repo>`)."
"patternErrorMessage": "Please enter a valid GitHub repository",
265
+
"markdownDescription": "[For internal use only] The name of the GitHub repository where you can view the progress and results of the \"Run Remote query\" command. The repository should be of the form `<owner>/<repo>`)."
0 commit comments