alex1701c / JetBrainsRunner

A Krunner Plugin which allows you to open your recent projects
GNU Lesser General Public License v3.0
55 stars 5 forks source link

Rider Project Name #37

Closed nerumo closed 1 year ago

nerumo commented 1 year ago

I'm using Jetbrains rider and my projects are beeing listed in the krunner. But it only shows me the directory name where the dotnet solution (.sln) file is located. And in my projects, it's server for all of my projects. The Jetbrains toolbox is listing the the solution name. Is it somehow possible to use the name of the .sln file instead of the directory?

In theory (but not my case) it could also be that there are several different .sln files in the same directory which all are different rider projects.

Thanks anyways for the great plugin, I love it

nerumo commented 1 year ago

I quickly checked the source code and saw, that the recentSolutions.xml file is checked for this.

Here's an example of mine:

Screenshot_20230227_213011

So I'd like to see Cal.Web or if too much work Cal.Web.sln

alex1701c commented 1 year ago

Please run git pull --recurse-submodule and reinstall the project.

Thanks a lot for the positive feedback and reporting this issue :)

nerumo commented 1 year ago

works like a charm :) great thank you