Error:
[Description of error message]
Steps to Reproduce:
1.
2.
||Version Data|
|-:|:-|
|extensionName|VSLS|
|extensionVersion|1.0.809|
|protocolVersion|2.2|
|applicationName|VSCode|
|applicationVersion|1.39.0-insider|
|platformName|Windows|
|platformVersion|10.0.18362|
also a "command . not found"??
Hi,
Thanks for reporting this issue. Can you please describe how you encountered it? What didn't work as expected?
Thanks
Fresh installs of vscode on *nix, installing the extension(s) sets up their interface (the buttons and whatnot) but not the actual functionality.
I think the dependencies don't get updated, tried manually but npm kept 404ing /node_modules/.staging/* with dependencies' dependencies.
`
/home/luka/.vscode/extensions/ms-vsliveshare.vsliveshare-1.0.809/node_modules
โโโ clipboardy
โย ย โโโ fallbacks
โย ย โย ย โโโ linux
โย ย โย ย โย ย โโโ xsel
โย ย โย ย โโโ windows
โย ย โย ย โโโ clipboard_i686.exe
โย ย โย ย โโโ clipboard_x86_64.exe
โย ย โโโ index.js
โย ย โโโ lib
โย ย โย ย โโโ linux.js
โย ย โย ย โโโ macos.js
โย ย โย ย โโโ termux.js
โย ย โย ย โโโ windows.js
โย ย โโโ license
โย ย โโโ package.json
โย ย โโโ readme.md
โโโ @vsliveshare
โโโ vscode-launcher-linux
โย ย โโโ check-reqs.sh
โย ย โโโ install.sh
โย ย โโโ package.json
โย ย โโโ Readme.md
โย ย โโโ scripts
โย ย โย ย โโโ updateDesktopFileVersion.js
โย ย โย ย โโโ updateLauncherFileLineBreaks.js
โย ย โโโ uninstall.sh
โย ย โโโ vsls-launcher
โย ย โโโ vsls-launcher.desktop
โโโ vscode-launcher-osx
โย ย โโโ Live Share for VS Code.app
โย ย โย ย โโโ Contents
โย ย โย ย โโโ _CodeSignature
โย ย โย ย โย ย โโโ CodeResources
โย ย โย ย โโโ Info.plist
โย ย โย ย โโโ MacOS
โย ย โย ย โย ย โโโ Live Share for VS Code
โย ย โย ย โโโ PkgInfo
โย ย โย ย โโโ Resources
โย ย โย ย โโโ Base.lproj
โย ย โย ย โโโ Main.storyboardc
โย ย โย ย โโโ Info.plist
โย ย โย ย โโโ MainMenu.nib
โย ย โย ย โโโ NSWindowController-B8D-0N-5wS.nib
โย ย โย ย โโโ XfG-lQ-9wD-view-m2S-Jp-Qdl.nib
โย ย โโโ Live Share for VS Code.app.dSYM
โย ย โย ย โโโ Contents
โย ย โย ย โโโ Info.plist
โย ย โย ย โโโ Resources
โย ย โย ย โโโ DWARF
โย ย โย ย โโโ Live Share for VS Code
โย ย โโโ package.json
โโโ vscode-launcher-win
โโโ Live Share for VS Code.exe
โโโ Live Share for VS Code.exe.config
โโโ Live Share for VS Code.pdb
โโโ Newtonsoft.Json.dll
โโโ package.json
โโโ version.json
21 directories, 37 files
`
Digging a bit deeper I've found that the extensions are typescript applications but only contain some json config files and things like welcomePage nlsbundle & whatnot.
./out/prod/extension-prod.js seems to be your extension's core and judging by the fact it successfully loads the interface and its .svg files into vscode. Crux of the issue might be dependencies as I mentioned above;
BUT as I'm typing this I realized I've got no TSC compiler on the machine so I'll get back to you when I try to reinstall with typescript installed.
npm install tsc made no difference.
Removing package-lock.json made little difference - now it fails at 404 Not Found: @vs/vscode-account@^1.0.711
Do you see "Downloading dependencies: Finishing VS Live Share installation (downloading).." message that doesn't go away? There is a new bug in VSCode insiders where Live Share extension doesn't finish its installation. The workaround is to use VSCode stable for now.
Here is the bug on VSCode: https://github.com/microsoft/vscode/issues/81075
@IlyaBiryukov Was about to comment on #2780 but saw the above. Looks like I'm hitting that particular problem. Have tried the repro steps mentioned in #2780 but the message never disappears.
Version: 1.39.0-insider
Commit: 8b6e0efc0a98639085fabeb5226a516785424796
We just shipped Live Share VSCode extension 1.0.828 with the fix to this issue. I'm going to close the bug. If it still repros, please feel free to re-activate.
ms-vsliveshare.vsliveshare-1.0.828
still doesn't work
and I'm on stable
@lu-ka Then it is another issue. I'm re-opening it.
Can you check in your Live Share extension folder if the following files are present?
install-win32.lock
externalDeps-win32.lock
dotnet_modules\mscorlib.dll
If you uninstall the extension and install it again, do you still reproduce the issue?
Do you still see "Downloading dependencies: Finishing VS Live Share installation (downloading).." message not going away, or is it a different message now?
Do you see anything in Output windows, Visual Studio Live Share log?
I have the same problem.
Can you check in your Live Share extension folder if the following files are present?
Nope
If you uninstall the extension and install it again, do you still reproduce the issue?
Yes
Do you still see "Downloading dependencies: Finishing VS Live Share installation (downloading).." message not going away, or is it a different message now?

Do you see anything in Output windows, Visual Studio Live Share log?
No.
Do you have any proxy set up on the machine when you see this error?
This error condition is tracked by a different issue, #2681.
I'm going to close this one as fixed.
Bug reappears on 1.0.1783 stable, linux
@ThatFatArcus Is it the same as #2681 or different? If it's different, can you please submit a new issue and attach your Live Share logs to it?