liximomo / vscode-sftp

Super fast sftp/ftp extension for VS Code
MIT License
1.5k stars 256 forks source link

Error: Config Not Found on every site since last update #1017

Open zigojacko opened 1 year ago

zigojacko commented 1 year ago

Unable to save any files for any site since last update due to:

[error] Error: Config Not Found.

This only stopped working since last update the other day... It is affecting every single site so definitely seems to be a global change.

Have tried re-creating an sftp.json config file but has made no difference.

We use a network path and it is trying to read the value of the path like file://networkpath (not sure if this is correct).

We've never used 'context' in our config files before - not sure if this is something to do with that... 🤷‍♂️

hochdruckspezialist commented 1 year ago

downgrade the plugin to v1.16.1 works

zigojacko commented 1 year ago

downgrade the plugin to v1.16.1 works

Yes, downgraded module and working again now. Thanks.

So some recent change caused this problem then I am guessing 🤷‍♂️

Screenshot_12

Be good to hear some clarification if this needs to be fixed at our end or in the source.

zigojacko commented 12 months ago

I take it this plugin is abandoned now as well?

ericzhao007 commented 12 months ago

I take it this plugin is abandoned now as well?

see: https://github.com/microsoft/vscode-discussions/discussions/1#discussioncomment-2952075

zigojacko commented 12 months ago

I take it this plugin is abandoned now as well?

see: microsoft/vscode-discussions#1 (comment)

Sorry, I actually meant to comment this on the forked version so thanks for highlighting that.