VS Code / Code for IBM i - getting started - connecting to system #1552
-
Help ? I'm simply trying to connect with userid/password and VS Code is complaining: config.privateKeyPath does not exist at given fs path. Tried host name, IP, and FQDN - same result. I'm NOT using a key pair... VS Code came from employer software center, and then added Code for IBM i extension, that's it. Version: 1.82.2 (system setup) A co-worker suggested proxy, but I don't need/use that for any other system connection. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey @wood3875 - we are working on a fix for this and we're expecting it to be out today or tomorrow. |
Beta Was this translation helpful? Give feedback.
-
@wood3875 in the meantime, you can open you user settings as JSON And look for any line with |
Beta Was this translation helpful? Give feedback.
@wood3875 in the meantime, you can open you user settings as JSON
And look for any line with
"privateKeyPath":""
. You can safely remove these lines, save and then you'll be able to connect.