suntobright / vscode-sftp

Edit remote Linux files directly in VS Code.
MIT License
14 stars 6 forks source link

"Watching xxx failed, Error: mkdir: cannot create directory ... #15

Open DJF3 opened 4 years ago

DJF3 commented 4 years ago

Watching myhost:/home/username/test failed, Error: mkdir: cannot create directory '/tmp/vscode-sftp/33fa9caa32320ce5': Permission denied

MacOS: 10.15.1 VSCode: 1.40.2 Extension: 1.1.1

Q: Does it want to write to a remote location? (because it doesn't have write rights in this folder)

Q: If it writes to the remote location: why would it do that? Shouldn't it write these to a local location?