Sertion / vscode-gitblame

Visual Studio Code Extension - See Git Blame info in status bar.
https://marketplace.visualstudio.com/items/waderyan.gitblame
MIT License
72 stars 31 forks source link

Fix "Terminal" view of blame for Windows CMD? #150

Closed shunf4 closed 10 months ago

shunf4 commented 10 months ago

Currently clicking "Terminal" button, the command line sent to the terminal is in UNIX shell syntax git show 4e3cfa8cd49f315b0178577bd9f45ae0f1f85342; exit, which doesn't work if my default terminal profile is CMD.

Sertion commented 10 months ago

Hello Shun Zi! Thanks for the report.

I'll see what I can do.

Sertion commented 10 months ago

I am not able to detect what specific shell is being used by the createTerminal function. I've added a section to the readme about this as a known issue.