We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62b3aca + ed76ec1 commit a180e62Copy full SHA for a180e62
2 files changed
extensions/ql-vscode/src/databases-ui.ts
@@ -295,7 +295,7 @@ export class DatabaseUI extends DisposableObject {
295
'codeQLDatabases.chooseDatabaseLgtm',
296
this.handleChooseDatabaseLgtm,
297
{
298
- title: 'Adding database from LGTM.',
+ title: 'Adding database from LGTM',
299
})
300
);
301
this.push(
extensions/ql-vscode/src/extension.ts
@@ -771,7 +771,7 @@ async function activateWithInstalledDistribution(
771
) =>
772
databaseUI.handleChooseDatabaseLgtm(progress, token),
773
774
775
776
777
ctx.subscriptions.push(
0 commit comments