CPlusPlusLearningProject/.vscode/settings.json
Fries 3405208295 add an exception program
this program messes with c++ exceptions.
2023-06-21 17:01:33 -07:00

8 lines
144 B
JSON

{
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"cmake.configureEnvironment": {
"CC": "clang",
"CXX": "clang++"
},
}