Allow user to choose where vscode-server dependencies are downloaded #6304
Labels
containers
Issue in vscode-remote containers
feature-request
Request for new features or functionality
Milestone
Uh oh!
There was an error while loading. Please reload this page.
After update to VS Code version 1.64.0 the extension dependencies are no longer downloaded locally (via the ui) and vs code tries to download dependencies on the remote.
While #6274 covers proxy configuration settings on the remote it does not allow user to specify that download should occur locally. Therefore people working in air tight environments with no internet connectivity from the remote machine cannot install the server.
Please allow to specify on the user settings where the dependencies should be downloaded:
// settings.json
Also, some improvement could be to allow users specify some mirror for the dependecies (i.e. artifactory users)
// settings.json
The text was updated successfully, but these errors were encountered: