c_cpp_properties.json
ctrl+shift+p
>C/C++:Edit Configuration (JSON)
Make c_cpp_properties.json in .vscode folder, and
- Updated c_cpp_properties.json syntax
"configurations": [
{
"defines": [
"WIN32",
],
// ...
}
],
No comments:
Post a Comment