VSCode: Code Runner extension is unable to execute the code on git bash terminal?
问题 I am trying to run a simple program "primeRange.cpp" using Code Runner extension available for VSCode. I have selected my default terminal as git bash in VSCode , but when I hit Run on top right corner, it sends the command to bash to run the program using g++ compiler, but I am getting error as no such file or directory , when there exists a directory with the given name. How can I fix this? How can I customize which command to hit on bash when I press run on code runner? I want to set the