bchatard / alfred-jetbrains

Alfred5 workflow to easily open your projects with your favorite JetBrains product.
MIT License
621 stars 49 forks source link

Get recent projects for Rider #227

Closed mknabe closed 3 years ago

mknabe commented 3 years ago

Partially fixes #5 based on @nanocortex's comments.

This only works for projects that reference the directory (/Users/me/MyProject). It does not work for projects that reference the .sln file since it cannot find the project name (/Users/me/MyProject/MyProject.sln).

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

bchatard commented 3 years ago

thanks!