Skip to content

Commit a180e62

Browse files
Merge branch 'fix-lgtm-download-message' of github.com:marcnjaramillo/vscode-codeql into fix-lgtm-download-message
2 parents 62b3aca + ed76ec1 commit a180e62

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/ql-vscode/src/databases-ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export class DatabaseUI extends DisposableObject {
295295
'codeQLDatabases.chooseDatabaseLgtm',
296296
this.handleChooseDatabaseLgtm,
297297
{
298-
title: 'Adding database from LGTM.',
298+
title: 'Adding database from LGTM',
299299
})
300300
);
301301
this.push(

extensions/ql-vscode/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ async function activateWithInstalledDistribution(
771771
) =>
772772
databaseUI.handleChooseDatabaseLgtm(progress, token),
773773
{
774-
title: 'Adding database from LGTM.',
774+
title: 'Adding database from LGTM',
775775
})
776776
);
777777
ctx.subscriptions.push(

0 commit comments

Comments
 (0)