JamiLu / simply-blame

Idea like git blame annotations
GNU General Public License v2.0
6 stars 1 forks source link

Fails on files that include dashes #12

Closed xverges closed 1 month ago

xverges commented 1 month ago

Running on a file named /Users/xavier/src/dpm-scripts/dpm-utils.py the extension tries to execute this command:

Command failed: cd /Users/xavier/src/dpm-scripts/dpm- && git blame utils.py /bin/sh: line 0: cd: /Users/xavier/src/dpm-scripts/dpm-: No such file or directory
JamiLu commented 1 month ago

Thanks for reporting this.

JamiLu commented 1 month ago

This should be fixed in the release 0.0.5 https://github.com/JamiLu/simply-blame/releases/tag/0.0.5, you could try it out.

JamiLu commented 1 month ago

This issue is resolved by the release. Closing the issue.