-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSSH server file location #64
Comments
vscodeoffline should already handle such URLs. If the commitid (which uniquely identifies the VS Code version) is found in the metadata, then the file "{platform}/{buildquality}" will be downloaded correctly. However, if you're suffering from the same issue as me, it seems that as of recent versions of VS Code a new platform is being requested from the marketplace which is not being downloaded by vscodeoffline. I'm currently running 1.88.1, and when I attempt to connect to a linux host I get an error that the mirror returned 500. Which it does because the file being requested - commit: I'm going to amend it and run some local tests. If it resolves the issue I'll submit a PR. |
well I didnt think that the collector was was actually downloading the RSSH server parts either. I'm manually grabbing those you dont actually need the cli-alpine-x64/ if in your settings.json do |
@SpeedyH30 Thanks for the info about the setting; I wasn't aware of that. I can confirm that with my change (PR #65) I am able to get everything working for remote SSH again. The extensions, cli-alpine and the code server all download correctly from the vscodeoffline mirror; they are all integrated into vscodeoffline. If you have the following A records point at your mirror it should work:
If this doesn't work for you, I'm not sure why. |
Ahh in that case I shall raise a pr that includes all of the different rssh server variants Cheers |
Just struggling to get it to grab the server-linux-x64-web |
The server files that are downloaded into a remote server are hosted at update.visualstudio.com/commit://stable
We have been manually downloading the files and hosting them at that location. any way to integrate them into this at all?
The text was updated successfully, but these errors were encountered: