Skip to content

Commit f98e9b9

Browse files
add console logs
1 parent db361b2 commit f98e9b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/runTest.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ async function main() {
1515
const extensionTestsPath = path.resolve(__dirname, './unittest/index');
1616

1717
const vscodeExecutablePath = await downloadAndUnzipVSCode('stable');
18+
console.log("vscodeExecutablePath: ", vscodeExecutablePath);
1819
const [cliPath, ...args] = resolveCliArgsFromVSCodeExecutablePath(vscodeExecutablePath);
20+
console.log("cliPath: ", cliPath);
21+
console.log("args: ", args);
22+
1923

2024
// Use cp.spawn / cp.exec for custom setup
2125
cp.spawnSync(cliPath, [...args, '--install-extension', PVSC_EXTENSION_ID_FOR_TESTS], {

0 commit comments

Comments
 (0)