Answers for "code runner not executing program name with spaces"

1

code runner not executing program name with spaces

"code-runner.executorMap": {
    "cpp": "cd $dir && g++ \"$fileName\" -o \"$fileNameWithoutExt.exe\" && & \"$dir$fileNameWithoutExt.exe\""
}
Posted by: Guest on May-09-2021

Browse Popular Code Answers by Language