JamiLu / simply-blame

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

Does not work (On Win11) #1

Closed crytt closed 2 months ago

crytt commented 3 months ago

Command failed: cd /c:/src/app/ && git blame c:\src\app\src\components\Component.tsx The filename, directory name, or volume label syntax is incorrect.

It seems to not work on my Win 10 machine.

Most likely due to the mixed use of forward and backward slashes.

JamiLu commented 3 months ago

Hi. Thank you for your posting this issue. Yes this issue is kind of a known issue. I haven't yet had time to fix it. But I'll definitely fix this as soon as I get the time.

JamiLu commented 2 months ago

Update, this will be my next thing to fix. :)

JamiLu commented 2 months ago

I will make a new release today that will fix this issue. Stay tuned.

JamiLu commented 2 months ago

The version 0.0.3 is now released https://github.com/JamiLu/simply-blame/releases/tag/0.0.3. The issue is now fixed.