Удалить CppProperties.json

This commit is contained in:
2025-09-02 19:05:54 +00:00
parent e9e1885d17
commit 8dcc3de486

View File

@@ -1,21 +0,0 @@
{
"configurations": [
{
"inheritEnvironments": [
"msvc_x86"
],
"name": "x86-Debug",
"includePath": [
"${env.INCLUDE}",
"${workspaceRoot}\\**"
],
"defines": [
"WIN32",
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"intelliSenseMode": "windows-msvc-x86"
}
]
}