ben-gibson / GitLink

A Jetbrains plugin that opens a local file under Git version control in its remote host using the default browser.
https://plugins.jetbrains.com/plugin/8183-gitlink
MIT License
728 stars 59 forks source link

On pristine cloned projects, platform autodetection is triggered too soon #245

Closed reda-alaoui closed 2 years ago

reda-alaoui commented 2 years ago

The first time a fresh cloned project is opened, platform autodetecton never works. You can try with https://github.com/reda-alaoui/sandbox for example.

The second time the project is opened, the platform autodetection works.

I found this solution: https://github.com/uwolfer/gerrit-intellij-plugin/commit/ef256e28aea0412cb7bc8f42965e09549ec60bcd From my understanding, git parts load asynchronously during project opening.