lwmem/.vscode/c_cpp_properties.json
2022-08-17 21:24:58 +02:00

14 lines
359 B
JSON

{
"version": 4,
"configurations": [
{
/*
* Full configuration is provided by CMake plugin for vscode,
* that shall be installed by user
*/
"name": "Win32",
"intelliSenseMode": "${default}",
"configurationProvider": "ms-vscode.cmake-tools"
}
]
}