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
@sbouchet I agree, System.getenv("APPDATA") seems to be the right choice for windows
App data is mutable data that is created and managed by a specific app. It includes runtime state, app settings, user preferences, reference content (such as the dictionary definitions in a dictionary app)
see redhat-developer/intellij-openshift-connector#538 for reported issue.
tracked down to
intellij-common/src/main/java/com/redhat/devtools/intellij/common/utils/DownloadHelper.java
Line 142 in f766930
the issue is the user can't execute downloaded file because IJ openshift uses $HOME/.odo as destination.
proposed change if to move to
System.getenv("APPDATA")
for windows users?The text was updated successfully, but these errors were encountered: