BCZT_NEW/BCZT_PANEL/.vscode/c_cpp_properties.json

14 lines
249 B
JSON
Raw Permalink Normal View History

2023-11-21 08:26:01 +08:00
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"__near="
]
}
],
"version": 4
}