Merge pull request #957 from marcnjaramillo/fix-lgtm-download-message

Remove line about selecting a language from the dropdown.
This commit is contained in:
Andrew Eisenberg
2021-10-01 12:07:46 -07:00
committed by GitHub
3 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -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(

View File

@@ -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(