- Open pallete menu
- Preferences: Open Workspace Settings (JSON)
- Input
settings.json
content
Last active
September 26, 2024 05:09
-
-
Save neosarchizo/f44baa98cc1217f1934b0233d7834b39 to your computer and use it in GitHub Desktop.
[Visual Studio Code] Code-runner:Executer map for C++
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"code-runner.executorMap": { | |
"cpp": "cd $dir && g++ -std=c++11 $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment