-
Notifications
You must be signed in to change notification settings - Fork 305
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
Running "Remote-SSH" extension in "Code - OSS" fails to install remote-server #7302
Comments
Hello! I will try my best to answer the different aspects of your questions but please follow up with anything I missed or additional questions! For the screenshot you send it seems you are attempting to download where a remote server may already exist. I would try the "kill vscode on remote" to see if that might reset your workspace.
yes, the extension creates a new window which is no longer the window you are running with your local code. Please use the command "connect current window to host" to be able to test your own code.
This is likely our most in depth doc: https://code.visualstudio.com/docs/remote/ssh, is that the type of information you are looking for? Our troubleshooting doc could also be useful: https://code.visualstudio.com/docs/remote/troubleshooting
For issues related to non-remote questions it would likely work best for you to file an issue in our main repo and someone with expertise in that area can respond. Thanks!! |
Thanks for the info.
To be clear, this the specific question I'm trying to answer about SSH-Remote.
If you can confirm that ssh-remote uses (2), then I'll know that nothing special is needed to recognize the file path. edit: quick look at the diagram suggests that (2) is the model being used! please confirm. |
Hello! So sorry for the delay- yes #2 is correct. Thanks! |
Thanks. |
Type: Bug
Steps to Reproduce:
My goal is to test/debug to see how my fork interacts with Remote-SSH.
I notice that the extension creates a new window... is that a new instance of vscode?
Is there a way to run the stock vscode but have it create the new/ssh instance running vscode-oss ?
Or: is there a document that explains the how the SSH extension works? What the remote-server does?
[something easier that reverse-engineering from the source code...]
Or: For my current question: what is the URI that is used in the TextEditorModel ?
Is it a simple file://path/file.ext that is interpreted by the remote-server?
or is it like: ssh://host/path/file.ext.ssh ?
Extension version: 0.84.0
VS Code version: Code 1.71.2 (74b1f979648cc44d385a2286793c226e611f59e7, 2022-09-14T21:05:37.721Z)
OS version: Darwin x64 21.6.0
Modes:
Sandboxed: No
Remote OS version: Darwin x64 19.6.0
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
A/B Experiments
The text was updated successfully, but these errors were encountered: