liximomo / vscode-sftp

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

ERROR: Config validation fail: prop "host" fails because ["host" is required]. #782

Closed ctuxboy closed 4 years ago

ctuxboy commented 4 years ago

Do you read the FAQ?

Describe the bug When adding sftp.json: { "name": "NAME", "host": "ftp..be", "protocol": "ftp", "port": 21, "username": "@***.be", "password": "1234", "remotePath": "/", "uploadOnSave": true }

Got this error: Config validation fail: prop "host" fails because ["host" is required].

This only happen on my Mac Mini. Enabling sftp-debugging, but no error-log: sftp-error

MacOS Mojave (10.14) VSCode 1.46.0 SFTP 1.12.9

Reading also this issue, but It doesn't work: https://github.com/liximomo/vscode-sftp/issues/222 Also read your FAQ!

ctuxboy commented 4 years ago

Hello, I found the problem. it is not an issue, reload everything, and now it works pefectly!