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
After feature #79 (Support Remote Interpreter) has been added, I tried to use Remote SSH on a local server. The server doesn't have Internet access for security reasons.
A Remote SSH job tries to download VS Code Server through wget, but it fails because there's no Internet connection.
PyCharm doesn't have this issue because the "server" part gets uploaded by the client and it's not downloaded from the Internet.
Can you provide a procedure to upload the required VS Code Server through the VS Code client instead of relying on the server's Internet connection? Internet access for the server should not be mandatory.
Thank you.
The text was updated successfully, but these errors were encountered:
After feature #79 (Support Remote Interpreter) has been added, I tried to use Remote SSH on a local server. The server doesn't have Internet access for security reasons.
A Remote SSH job tries to download VS Code Server through wget, but it fails because there's no Internet connection.
PyCharm doesn't have this issue because the "server" part gets uploaded by the client and it's not downloaded from the Internet.
Can you provide a procedure to upload the required VS Code Server through the VS Code client instead of relying on the server's Internet connection? Internet access for the server should not be mandatory.
Thank you.
The text was updated successfully, but these errors were encountered: