Reputation: 8840
I am using the SFTP plugin for sublime text 3, and when editing a remote file I get this annoying error message:
A sftp-config.json file was not found in "directorypath" or any parent folders
What do i need to do to stop this message from poping up?
I searched the website for SFTP and could not find any reference to this error or what it means.
Upvotes: 1
Views: 1983
Reputation: 214
I just encountered the same problem, and I will share my experience here: The error popped up right after I performed a "Save as". it took me a while to notice what happened because I had many tabs open and many were using SFTP. what actually happened was sublime was reading the file from the new location that I just "saved as" which was local and so SFTP was looking for the file in a wrong location. therefor I just closed the tab, and reopened my file from server and everything worked just fine.
Upvotes: 2