Prompt users to choose a DB language

This commit is contained in:
Shati Patel
2021-04-28 09:29:47 +01:00
committed by Andrew Eisenberg
parent 28d7a26b5f
commit 3e1b121471
2 changed files with 2 additions and 2 deletions

View File

@@ -295,7 +295,7 @@ export class DatabaseUI extends DisposableObject {
'codeQLDatabases.chooseDatabaseLgtm',
this.handleChooseDatabaseLgtm,
{
title: 'Adding database from LGTM',
title: 'Adding database from LGTM. Choose a language from the dropdown, if available.',
})
);
this.push(

View File

@@ -682,7 +682,7 @@ async function activateWithInstalledDistribution(
) =>
databaseUI.handleChooseDatabaseLgtm(progress, token),
{
title: 'Adding database from LGTM',
title: 'Adding database from LGTM. Choose a language from the dropdown, if available.',
})
);
ctx.subscriptions.push(