Coder Social home page Coder Social logo

Comments (5)

PlumCantaloupe avatar PlumCantaloupe commented on June 1, 2024 1

Okay thank you. I should have tried a fresh reinstall first - was focused on trying to understand what "provider" means. Strange issue but works now. Thanks for such a useful plugin!

from vscode-remote-workspace.

mkloubert avatar mkloubert commented on June 1, 2024

@PlumCantaloupe

The setting tryKeyboard does not mean, that a password box is shown if you do not define a password. It is a settings for the ssh2 module, which is used by the extension.

If you do not want to write the password into the URI, you have the following options:

  • export credentials to external file, using auth parameter, as described here
  • setting up a private key file, using key parameter

from vscode-remote-workspace.

PlumCantaloupe avatar PlumCantaloupe commented on June 1, 2024

Thanks for the reply. Okay, I removed the tryKeyboard to simplify things and just left the password in the uri but still get the same error. I feel like I am missing basic something here. I am just confused what "no provider for ..." means.

My complete workspace settings are:

{
    "folders": [{
        "uri": "sftp://username:[email protected]/",
        "name": "My SFTP folder"
    }],
    "settings": {}
}

And this is the error that pops is:

no provider error

Thanks again.

from vscode-remote-workspace.

mkloubert avatar mkloubert commented on June 1, 2024

@PlumCantaloupe

That looks like the extension has not been loaded, or the provider could not be initialized.

Have you checked the logs (${HOME_DIR}/.vscode-remote-workspace/.logs) and the output (CTRL + SHIFT + U >> Remote Workspace)?

Do you use other extension with such a feature?

Maybe a clean reinstall could help.

from vscode-remote-workspace.

adrianjean avatar adrianjean commented on June 1, 2024

I had the same problem and just needed to restart VSCode after installing and configuring the extension.

from vscode-remote-workspace.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.