mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 08:25:53 +08:00
23 lines
631 B
JSON
23 lines
631 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"D:/soft/esp-idf/Espressif/frameworks/esp-idf-v4.4.7/components/**",
|
|
"./esp-aliyun/**",
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE"
|
|
],
|
|
"windowsSdkVersion": "10.0.22621.0",
|
|
"compilerPath": "cl.exe",
|
|
"cStandard": "c17",
|
|
"cppStandard": "c++17",
|
|
"intelliSenseMode": "windows-msvc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |