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.
Having an mx project in drive "D" and the user's directory in "C" breaks
mx intellijiniiton windows.I have traced the issue to be related to the use of
os.path.relpathin_intellij_suite.mx tries to create relative paths from the project directory to the
.mxdirectory which is on a different drive, thus making the creation of a relative path impossible.