Skip to content

Commit 649a47d

Browse files
committed
Show all found locations in output log
1 parent 2053b5d commit 649a47d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

extensions/ql-vscode/src/data-extensions-editor/extension-packs.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ export async function pickExtensionPack(
3939
if (extensionPackPaths.length !== 1) {
4040
void showAndLogErrorMessage(
4141
`Extension pack ${extensionPackOption.extensionPack} could not be resolved to a single location`,
42+
{
43+
fullMessage: `Extension pack ${
44+
extensionPackOption.extensionPack
45+
} could not be resolved to a single location. Found ${
46+
extensionPackPaths.length
47+
} locations: ${extensionPackPaths.join(", ")}.`,
48+
},
4249
);
4350
return undefined;
4451
}

0 commit comments

Comments
 (0)