liximomo / vscode-remote-fs

Working with any file in everywhere with vscode.
MIT License
166 stars 17 forks source link

Can't open connection on linux server. #30

Open yasheshgaur opened 5 years ago

yasheshgaur commented 5 years ago

@liximomo

I am following the information in README.

I added the server config in user settings and then added the folder to workspace. I then type

code --folder-uri ftp://<hostname>

It just opens a new editor window with no server content what so ever. What is missing?

liximomo commented 5 years ago

Show me your config and the command you run.

yasheshgaur commented 5 years ago

Hi @liximomo

The config in user settings is the following:

{
    "git.ignoreMissingGitWarning": true,
    "python.pythonPath": "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\Python36_64\\python.exe",
    "python.linting.enabled": true,
    "remotefs.remote": {
        "projectX": {
            "scheme": "sftp",
            "host": "10.177.56.153",
            "username": "yash",
            "rootPath": "/mnt/rr1.ipgsp/y91/projectX"
        }
    }
}

then I do:

remote FS: add folder to workspace

It asks for password. It accepts it without any error message.

then I do:

code --folder-uri sftp://projectX

It just opens a new editor window, without any content.

yasheshgaur commented 5 years ago

Hi @liximomo,

does everything look ok to you in the config?

Thanks!

liximomo commented 5 years ago

@yasheshgaur What happened after your password input.

wokalek-work commented 2 years ago

Same error

wokalek-work commented 2 years ago

image

eternal loading