Apply suggestions from code review
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
This commit is contained in:
committed by
Andrew Eisenberg
parent
67eaaadfce
commit
b64284c43e
@@ -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 available.',
|
||||
title: 'Adding database from LGTM. Choose a language from the dropdown, if requested.',
|
||||
})
|
||||
);
|
||||
this.push(
|
||||
|
||||
@@ -682,7 +682,7 @@ async function activateWithInstalledDistribution(
|
||||
) =>
|
||||
databaseUI.handleChooseDatabaseLgtm(progress, token),
|
||||
{
|
||||
title: 'Adding database from LGTM. Choose a language from the dropdown, if available.',
|
||||
title: 'Adding database from LGTM. Choose a language from the dropdown, if requested.',
|
||||
})
|
||||
);
|
||||
ctx.subscriptions.push(
|
||||
|
||||
Reference in New Issue
Block a user