Skip to content

Commit 7911f28

Browse files
committed
Log the extension log directory in integration tests.
This will allow us to map to the correct set of artifacts in a failed CI run
1 parent 448fdda commit 7911f28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integrationTests/integrationHelpers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export async function activateCSharpExtension(): Promise<void> {
3939
await csharpExtension.activate();
4040
await csharpExtension.exports.initializationFinished();
4141
console.log('ms-dotnettools.csharp activated');
42+
console.log(`Extension Log Directory: ${csharpExtension.exports.logDirectory}`);
4243

4344
if (shouldRestart) {
4445
// Register to wait for initialization events and restart the server.

0 commit comments

Comments
 (0)