Skip to content
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

VSCode Remote SSH: Path does not exist #375

Closed
sharksforarms opened this issue May 19, 2020 · 4 comments
Closed

VSCode Remote SSH: Path does not exist #375

sharksforarms opened this issue May 19, 2020 · 4 comments
Assignees
Labels
bug remote Remote Development
Milestone

Comments

@sharksforarms
Copy link

sharksforarms commented May 19, 2020

My setup:

  • VSCode on Windows host setup with VSCode remote
  • Ubuntu guest (127.0.0.1) in VirtualBox, with port 2222 open for ssh

Project Manager: 11.0.0

[
	{
		"name": "test",
		"rootPath": "vscode-remote://ssh-remote+127.0.0.1/home/sharks/source/test",
		"paths": [],
		"group": "",
		"enabled": true
	}
]

VSCode

Version: 1.45.1 (user setup)
Commit: 5763d909d5f12fe19f215cbfdd29a91c0fa9208a
Date: 2020-05-14T08:27:35.169Z
Electron: 7.2.4
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Windows_NT x64 10.0.18363

ssh config

Host 127.0.0.1
  HostName 127.0.0.1
  User sharks
  Port 2222

When clicking on the saved project I get the following message:
image

@alefragnani alefragnani self-assigned this May 19, 2020
@alefragnani alefragnani added bug remote Remote Development labels May 19, 2020
@alefragnani
Copy link
Owner

Hi @sharksforarms ,

I'm guessing this happens for the same reason #377, because other users has reported that SSH was working with the latest release, so I guess they were using MacOS/Linux.

If that's the case, it should be fixed in the next version.

Hope this helps

@alefragnani alefragnani added this to the 11.0.1 milestone May 19, 2020
@alefragnani
Copy link
Owner

alefragnani commented May 20, 2020

Just remember to re-save the projects, to properly update its path.

@sharksforarms
Copy link
Author

Confirmed working after update to 11.0.1, thanks!

@alefragnani
Copy link
Owner

That’s great! Thanks for reporting...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug remote Remote Development
Projects
None yet
Development

No branches or pull requests

2 participants