Remove line about selecting a language from the dropdown.
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## [UNRELEASED]
|
## [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)
|
||||||
|
|
||||||
## 1.5.5 - 08 September 2021
|
## 1.5.5 - 08 September 2021
|
||||||
|
|
||||||
- Fix bug where a query is sometimes run before the file is saved. [#947](https://github.com/github/vscode-codeql/pull/947)
|
- Fix bug where a query is sometimes run before the file is saved. [#947](https://github.com/github/vscode-codeql/pull/947)
|
||||||
|
|||||||
@@ -295,7 +295,7 @@ export class DatabaseUI extends DisposableObject {
|
|||||||
'codeQLDatabases.chooseDatabaseLgtm',
|
'codeQLDatabases.chooseDatabaseLgtm',
|
||||||
this.handleChooseDatabaseLgtm,
|
this.handleChooseDatabaseLgtm,
|
||||||
{
|
{
|
||||||
title: 'Adding database from LGTM. Choose a language from the dropdown, if requested.',
|
title: 'Adding database from LGTM',
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
this.push(
|
this.push(
|
||||||
|
|||||||
@@ -771,7 +771,7 @@ async function activateWithInstalledDistribution(
|
|||||||
) =>
|
) =>
|
||||||
databaseUI.handleChooseDatabaseLgtm(progress, token),
|
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(
|
ctx.subscriptions.push(
|
||||||
|
|||||||
Reference in New Issue
Block a user