To solve issue #29 , you make it point it to VSCode CLI. Now it's ok to install extensions but fail to run tests.
// Here the path should point to Electron, otherwise it won't run the test.
await runTests({ vscodeExecutablePath, extensionDevelopmentPath, extensionTestsPath });
To solve issue #29 , you make it point it to VSCode CLI. Now it's ok to install extensions but fail to run tests.