Michael.W

Results 1 comments of Michael.W

Same problem. After modifying the configuration as follows: "code-runner.executorMap": { "cpp": "cd $dir && g++ \"$fileName\" -o \"$fileNameWithoutExt\" && $dir$fileNameWithoutExt"} I can run the first two command successfully, but it...