You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.
I think we need to be keeping the value for default_ide_pref_dir_version current.
When workstation setup runs, it installs CLion. The current version from homebrew is 2017.2
We then run pivotal_ide_prefs for CLion which places the preferences at /Users/pivotal/Library/Preferences/Cion2016.2
This means that if the user starts up CLion, the will not see any of the pivotal ide preferences. The user needs to re-run pivotal_ide_prefs, then the user will see the settings.
One solution is to update default_ide_pref_dir_version for each of the JetBrains product whenever homebrew is updated.
Any other ideas?
The text was updated successfully, but these errors were encountered:
It is installed after the program but before the program is opened up by
the user. I've been seeing this issue for over a year and finally I think I
understand the root issue.
This is probably closable. It's been long enough that the cli installs to an old directory (not the current one) and on first run should prompt the user to migrate.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I think we need to be keeping the value for default_ide_pref_dir_version current.
When workstation setup runs, it installs CLion. The current version from homebrew is 2017.2
We then run pivotal_ide_prefs for CLion which places the preferences at /Users/pivotal/Library/Preferences/Cion2016.2
brew cask install clion ... ./bin/ide_prefs install --ide=clion
This means that if the user starts up CLion, the will not see any of the pivotal ide preferences. The user needs to re-run pivotal_ide_prefs, then the user will see the settings.
One solution is to update default_ide_pref_dir_version for each of the JetBrains product whenever homebrew is updated.
Any other ideas?
The text was updated successfully, but these errors were encountered: