"code-runner.terminalRoot":"/",
"code-runner.executorMap": {
"cpp": "cd $dirWithoutTrailingSlash && g++ -std=c++14 -O2 -Wall $fileName -o $fileNameWithoutExt && ./$fileNameWithoutExt"
}
These are my settings.json which when i try to run on windows 10(vscode gitbash) gives the error above, i've changed it to many ways, but it seems not working, can you help.