diff --git a/extensions/ql-vscode/CHANGELOG.md b/extensions/ql-vscode/CHANGELOG.md index f6c17adce8f..6d03cfc2a6d 100644 --- a/extensions/ql-vscode/CHANGELOG.md +++ b/extensions/ql-vscode/CHANGELOG.md @@ -2,6 +2,9 @@ ## [UNRELEASED] + +- 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) + - 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) ## 1.5.5 - 08 September 2021 diff --git a/extensions/ql-vscode/src/databases-ui.ts b/extensions/ql-vscode/src/databases-ui.ts index 2db367af497..c04189afff3 100644 --- a/extensions/ql-vscode/src/databases-ui.ts +++ b/extensions/ql-vscode/src/databases-ui.ts @@ -295,7 +295,7 @@ export class DatabaseUI extends DisposableObject { 'codeQLDatabases.chooseDatabaseLgtm', this.handleChooseDatabaseLgtm, { - title: 'Adding database from LGTM. Choose a language from the dropdown, if requested.', + title: 'Adding database from LGTM', }) ); this.push( diff --git a/extensions/ql-vscode/src/extension.ts b/extensions/ql-vscode/src/extension.ts index f435013dddd..81dc308b869 100644 --- a/extensions/ql-vscode/src/extension.ts +++ b/extensions/ql-vscode/src/extension.ts @@ -771,7 +771,7 @@ async function activateWithInstalledDistribution( ) => databaseUI.handleChooseDatabaseLgtm(progress, token), { - title: 'Adding database from LGTM. Choose a language from the dropdown, if requested.', + title: 'Adding database from LGTM', }) ); ctx.subscriptions.push(