nils-soderman / vscode-batch-runner

Visual Studio Code extension to run batch files in the terminal
https://marketplace.visualstudio.com/items?itemName=NilsSoderman.batch-runner
MIT License
5 stars 5 forks source link

Doesn't work if default terminal is changed #5

Closed ezillinger closed 1 year ago

ezillinger commented 1 year ago

First off, thanks for making this plugin!

I've changed my default terminal to git bash (instead of cmd.exe) and the plugin now tries to run .cmd scripts in bash. It should explicitly open a cmd.exe terminal rather than relying on the default.

nils-soderman commented 1 year ago

Hi,

This should now be fixed in v0.0.8, thank you for reporting this issue!

Cheers, Nils