Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.

Commit 7d2877b

Browse files
committed
adding some tracing
Signed-off-by: Brian Fitzpatrick <[email protected]>
1 parent 9f8c9fb commit 7d2877b

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ export function getFileExtension(pathAsString: string) : string | undefined {
504504

505505
export async function getAppendRegisteredSettingFromEnv() : Promise<string | undefined> {
506506
const envVar = extensionFunctions.getContext().environmentVariableCollection.get(DIDACT_APPEND_REGISTERED_SETTING);
507+
await extensionFunctions.sendTextToOutputChannel(`This is what we got from the env variable ${DIDACT_APPEND_REGISTERED_SETTING} -> ${envVar?.type} ${envVar?.value}`);
507508
if (!envVar) {
508509
return;
509510
}
54 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)