bchatard / alfred-jetbrains

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

REF: ISSUE #171 #172

Closed abbasegbeyemi closed 3 years ago

abbasegbeyemi commented 3 years ago

The file action was having issues opening project paths that contain spaces in the path name. This properly escapes the project paths. Also used changed the functions backticks`` to $().

The fix was made to the info.plist file directly. I don't know if that file is auto generated, but I could not find anywhere else to implement the fix. Thanks.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

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

bchatard commented 3 years ago

hi @abbasegbeyemi

thanks for this PR. Since I did not use this feature I will trust your work :)