Settings Sync btw Mac/Win with Connection Settings #994
ScottKlement
started this conversation in
General
Replies: 1 comment 2 replies
-
I guess the current work around is to have two entries. One for Windows and one for Mac. We could potentially do something like this, but it would take some looking into. Good idea, though.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love Code's "Settings Sync" because I use 4 different computers, and switch between them often.
Problem is: Two of them are running MacOS.
Every time I switch to a different OS, it breaks my "Connection Settings" in Code for i because the path names for the SSH keys are different on Mac vs. Windows.
For example, this works fine on MacOS:
But then when I switch to Windows, I have to change the privateKey setting to this (don't ask why my name is "micro" -- it just is.)
I've tried using ${userHome} in the privateKey to no avail. I don't know if it doesn't work there? Or perhaps it's the different directory name separators that is the problem?
Does anyone have a solution for this? Or, would it be possible to add a solution somehow into Code for i? (I'd be willing to make the change if someone can help me get started.)
I could use passwords, of course, but.... yuck.
Beta Was this translation helpful? Give feedback.
All reactions