0

I am trying to configure vs code for live input/output for c++ codes using input.txt and output.txt files through build tasks. I took a reference from https://github.com/jspw/VS-Code-Config/blob/master/windows.md After pressing ctrl+shift+b it should automatically take the input from input.txt and show the output in output.txt. Earlier it worked, but after updating vs code to 1.60.0 it shows an error like this: Error thrown when pressing ctrl + shift + b

It seems instead of running in git-bash, build tasks executes in powershell. Also my default terminal is selected as git-bash, still it runs in powershell. How to correct this?

This is my tasks.json Code inside tasks.json file

0 Answers0