We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if i didn't use the "ignore" setting, all folders should be automatically uploaded.
the folder .vscode and it's files are not uploaded/synced
config:
"protocol": "sftp", "host": "192.168.178.2", "port": 22, "username": "user", "password": "password", "uploadOnSave": true, "remotePath": "/path/to/my/remote/repository" }
The text was updated successfully, but these errors were encountered:
Fixed in v1.1.3.
Sorry, something went wrong.
No branches or pull requests
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
Requisites (important to diagnose the problem!)
config:
Specifications
The text was updated successfully, but these errors were encountered: