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
Having an mx project in drive "D" and the user's directory in "C" breaks mx intellijiniit on windows.
I have traced the issue to be related to the use of os.path.relpath in _intellij_suite.
mx tries to create relative paths from the project directory to the .mx directory which is on a different drive, thus making the creation of a relative path impossible.
The text was updated successfully, but these errors were encountered:
Having an mx project in drive "D" and the user's directory in "C" breaks
mx intellijiniit
on windows.I have traced the issue to be related to the use of
os.path.relpath
in_intellij_suite
.mx tries to create relative paths from the project directory to the
.mx
directory which is on a different drive, thus making the creation of a relative path impossible.The text was updated successfully, but these errors were encountered: