You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Product and Version [VS/VSCode]: 1.39.0-insider,9414b7e75bdbef887c76cb603e542db2b86b99b7 OS Version [macOS/Windows]: macOS 10.14.6 Live Share Extension Version: ms-vsliveshare.vsliveshare-1.0.766 and ms-vsliveshare.vsliveshare-audio-0.1.64 Target Platform or Language [e.g. Node.js]: N/A
Steps to Reproduce / Scenario:
Update to latest Code Insiders build.
Reload and receive error about being unable to download needed dependencies.
Uninstall both Live Share and Live Share Audio from Extensions.
Suspect Failed at stage: installPackages - Dependency download failed. TypeError: Cannot read property 'code' of null is the issue. The download worked; perhaps the package didn't extract correctly?
rm -rf ~/Library/Application Support/Code - Insiders/User/globalStorage/ms-vsliveshare* and also repeat step 4.
Launch code-insiders; reinstall Live Share and Live Share Audio from Extensions.
🎉 workaround successful, verified via Live Share logs:
@coreygo : thanks for filing this! There was indeed a problem with our dependency downloader that could occur after VS Code updates. The latest Live Share Audio extension (v.0.1.66) contains a fix for the issue. Appreciate your help with this!
Product and Version [VS/VSCode]:
1.39.0-insider,9414b7e75bdbef887c76cb603e542db2b86b99b7
OS Version [macOS/Windows]: macOS 10.14.6
Live Share Extension Version:
ms-vsliveshare.vsliveshare-1.0.766
andms-vsliveshare.vsliveshare-audio-0.1.64
Target Platform or Language [e.g. Node.js]: N/A
Steps to Reproduce / Scenario:
unable to download needed dependencies
.rm -rf ~/.vscode-insiders/extensions/ms-vsliveshare*
Contents of `VSLSAudio.log`
Failed at stage: installPackages - Dependency download failed. TypeError: Cannot read property 'code' of null
is the issue. The download worked; perhaps the package didn't extract correctly?rm -rf ~/Library/Application Support/Code - Insiders/User/globalStorage/ms-vsliveshare*
and also repeat step 4.🎉 workaround successful, verified via Live Share logs:
Contents of `VSLSAudio.log`
The text was updated successfully, but these errors were encountered: