webdriverio-community / wdio-vscode-service

A service to test VSCode extensions from end to end using WebdriverIO
https://webdriverio-community.github.io/wdio-vscode-service/
MIT License
29 stars 23 forks source link

Unbreak download of macOS binaries by using latest upstream `@vscode/test-electron` #98

Closed sourishkrout closed 6 months ago

sourishkrout commented 6 months ago

Fast-forward dependencies to fix download and subsequent launching of VS Code Desktop on macOS.

Would be fantastic to get this merged and release, please, @christian-bromann. Lemme know if anything else is missing.

christian-bromann commented 6 months ago

Seems like updating the package-lock causes some TypeScript issues. I pushed a fix to main addressing these.

sourishkrout commented 6 months ago

Appreciate it, @christian-bromann. Thank you.