Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Improving message of installation of extension for tests
Browse files Browse the repository at this point in the history
previously it was always marking it as success even if it wasn't the
case

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier committed May 3, 2024
1 parent 674df0c commit 0097471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/runTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function installExtraExtension(cliPath: string, extensionId: string, args: strin
stdio: 'inherit',
shell: os.platform() === 'win32' // to workaround https://github.com/nodejs/node/issues/52554#issuecomment-2060026269
});
console.log(`VS Code extension ${extensionId} installed`);
console.log(`A message of type "Extension '${extensionId}' vx.y.z was successfully installed." must be written few lines above if installation really worked.`);
}

main();

0 comments on commit 0097471

Please sign in to comment.