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

folder .vscode isn't uploaded #138

Closed
Offerel opened this issue Mar 17, 2018 · 1 comment
Closed

folder .vscode isn't uploaded #138

Offerel opened this issue Mar 17, 2018 · 1 comment

Comments

@Offerel
Copy link

Offerel commented Mar 17, 2018

Expected Behavior

if i didn't use the "ignore" setting, all folders should be automatically uploaded.

Actual Behavior

the folder .vscode and it's files are not uploaded/synced

Steps to Reproduce the Problem

  1. setup the config
  2. a folder .vscode is created with at least the file sftp.json
  3. save sftp.json
  4. the file isn't uploaded to the path

Requisites (important to diagnose the problem!)

config:

"protocol": "sftp",
    "host": "192.168.178.2",
    "port": 22,
    "username": "user",
    "password": "password",
    "uploadOnSave": true,
    "remotePath": "/path/to/my/remote/repository"
}

Specifications

  • Version:vcs 1.21.1 / sftp 1.1.2
  • Platform: Windows 10 Home client / OpenSSH Server on Debian 9
@liximomo
Copy link
Owner

liximomo commented Mar 19, 2018

Fixed in v1.1.3.

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

No branches or pull requests

2 participants