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
Hi, can you guys add support for directory junction in Windows?
In Linux, we're using a symlink, and Intellij with this plugin can detect the version control successfully. But when we're using Windows with directory junction, Intellij can't detect the version control.
Our directory structure in Linux is like these:
git clone folder location:
Upon checking the project structure in Linux, we notice that the module content root will point to the git clone folder, while in Windows, it will point to the hybris folder. Screen shoot:
In Linux:
In Windows:
In Linux with a symlink, we can right-click and annotate git since IntelliJ can detect the version control successfully, but on Windows, it can't.
Also if we made changes on Windows, the file name will not be colored (red for new, green for add to VCS, blue for modified)
The text was updated successfully, but these errors were encountered:
Hi, can you guys add support for directory junction in Windows?
In Linux, we're using a symlink, and Intellij with this plugin can detect the version control successfully. But when we're using Windows with directory junction, Intellij can't detect the version control.
Our directory structure in Linux is like these:
git clone folder location:
and we symlink it so it became like these:
In Windows, it's similar
gi clone folder:
and we created a directory junction so it became like these:
Upon checking the project structure in Linux, we notice that the module content root will point to the git clone folder, while in Windows, it will point to the hybris folder. Screen shoot:
![image](https://user-images.githubusercontent.com/3004378/231963421-9c9d40ee-ce4a-4c90-b47b-a22585783dbb.png)
In Linux:
In Windows:
![image](https://user-images.githubusercontent.com/3004378/231963860-476771ab-74c0-4c1e-a6da-ad05577c9379.png)
In Linux with a symlink, we can right-click and annotate git since IntelliJ can detect the version control successfully, but on Windows, it can't.
Also if we made changes on Windows, the file name will not be colored (red for new, green for add to VCS, blue for modified)
The text was updated successfully, but these errors were encountered: