25 lines
593 B
JSON
25 lines
593 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"external/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"intelliSenseMode": "msvc-x64",
|
|
"configurationProvider": "ms-vscode.cmake-tools",
|
|
"cppStandard": "c++20",
|
|
"browse": {
|
|
"path": [
|
|
"external/**"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"version": 4
|
|
} |