Prompt users to choose a DB language
This commit is contained in:
committed by
Andrew Eisenberg
parent
28d7a26b5f
commit
3e1b121471
@@ -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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user