vscode:: json_ current profile setting (JSON) for Mac / Win
ctrl + shift + P >> Preferences: Open Current Profile Setting (JSON) 20230719CODE RUNNER SETTING "code-runner.executorMap": { "python": "set PYTHONIOENCODING=utf8 && cd $dir && $pythonPath -u $fullFileName", "c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt", "cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutE..