26 lines
419 B
JSON
26 lines
419 B
JSON
{
|
|
"version": 4,
|
|
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
|
|
"includePath":
|
|
[
|
|
"${workspaceFolder}/**"
|
|
],
|
|
|
|
"cppStandard": "c++20"
|
|
},
|
|
{
|
|
"name": "Windows",
|
|
|
|
"includePath":
|
|
[
|
|
"${workspaceFolder}/**"
|
|
],
|
|
|
|
"cppStandard": "c++20"
|
|
}
|
|
]
|
|
} |