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

Batch will not run in terminal. #16

Closed 4Cafes closed 7 months ago

4Cafes commented 8 months ago

I can not get the batch file to run in the built in terminal it will just open a separate CMD prompt and run it there.

nils-soderman commented 8 months ago

Make sure you have the setting batch-runner.runBatchIn set to "Terminal". or are you trying to run the batch file as administrator? If so VS Code must be started with admin privileges to be able to run in the terminal.

Cheers, Nils

nils-soderman commented 7 months ago

Hi,

Going to close this issue now due to a lack of activity. Feel free to re-open this issue with more information if you're still experiencing this issue.