13 lines
251 B
JSON
13 lines
251 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Win32",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"cppStandard": "c++17",
|
||
|
"cStandard": "c17"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|