- Removed settings.json from appearing as it only contains file accosiations - Updated config to have one global instead of one for Linux and Windows each as they were identical
16 lines
236 B
JSON
16 lines
236 B
JSON
{
|
|
"version": 4,
|
|
|
|
"configurations": [
|
|
{
|
|
"name": "Default",
|
|
|
|
"includePath":
|
|
[
|
|
"${workspaceFolder}/**"
|
|
],
|
|
|
|
"cppStandard": "c++20"
|
|
}
|
|
]
|
|
} |