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

"Reload the scp config from project" on Save #5

Open
mishaonmac opened this issue Feb 9, 2023 · 0 comments
Open

"Reload the scp config from project" on Save #5

mishaonmac opened this issue Feb 9, 2023 · 0 comments

Comments

@mishaonmac
Copy link

The extension shows "Reload the scp cofng from project" message in the bottom right corner of VS Code window after each attempt to save current file. Nevertheless, corresponding file on the remote device is updated.
I am running VS Code 1.75 on Ubuntu 20.04 LTS. The remote device runs embedded linux (PetaLinux 2021.2). The ssh certificate (empty password) is installed on the device for the user.
scp.json:
{ "host": "192.168.0.192", "port": 22, "user": "peta", "ignore": [".git",".vscode", "__pycache__"], "remotePath": "/home/peta/project", "identity_file": "~/.ssh/id_rsa", "uploadOnSave": true }

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

1 participant