Skip to content

Commit a93bf14

Browse files
reitowoaeisenberg
andcommitted
Apply suggestions from code review
Co-authored-by: Andrew Eisenberg <[email protected]>
1 parent 775e6dc commit a93bf14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@
841841
},
842842
{
843843
"command": "codeQL.chooseDatabaseFoldersParent",
844-
"title": "CodeQL: Choose Folder to import all databases contained in it"
844+
"title": "CodeQL: Choose Parent Folder and import all databases directly contained in it"
845845
},
846846
{
847847
"command": "codeQL.chooseDatabaseArchive",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ export class DatabaseUI extends DisposableObject {
10411041
void showAndLogErrorMessage(
10421042
this.app.logger,
10431043
`Failed to import ${failures.length} database(s), successfully imported ${databases.length} database(s).`,
1044-
{ fullMessage: `Failed folders to import:\n${failures.join("\n")}` },
1044+
{ fullMessage: `Failed to import ${failures.length} database(s), successfully imported ${databases.length} database(s). Failed folders to import:\n ${failures.join("\n ")}` },
10451045
);
10461046
} else if (databases.length === 0) {
10471047
void showAndLogErrorMessage(

0 commit comments

Comments
 (0)