vscode-sftp
vscode-sftp copied to clipboard
SFTP Explorer doesn't show new created files. Manual refresh required.
Do you read the FAQ?
- [ X] Yes.
- [ ] I am going to read now.
Describe the bug When in the SFTP: Explorer view, right click -> create file, the file is created, but I have to manually refresh (using the button at the top of the SFTP: Explorer) for the new file to show.
To Reproduce Steps to reproduce the behavior:
- Go to the SFTP: Explorer
- Right click on a folder
- Click Create File
- Enter a file name for the new file
- Press enter
- The file is not visible in the SFTP: Explorer
Expected behavior Whenever a new file is created, that folder should refresh and show the newly created file in the SFTP: Explorer
Screenshots N/A
Desktop (please complete the following information):
- OS: Windows 11
- VSCode Version: 1.83.1
- Extension Version: 1.16.3
Extension Logs from Startup - required Nothing shown in log.
@Zacklicious, it's a know bug, The only moment the remote explorer is not automatically refreshed is when you try any of those actions directly on the host root instead of inside a folder : 'create', 'update', 'delete', 'rename'. the remote explorer should be refreshed automatically after any of those actions inside a folder. I'm currently working on a fix.