lwshell/.vscode/c_cpp_properties.json

14 lines
359 B
JSON
Raw Normal View History

{
2022-05-18 20:37:14 +02:00
"version": 4,
"configurations": [
{
2022-08-17 21:24:58 +02:00
/*
* Full configuration is provided by CMake plugin for vscode,
* that shall be installed by user
*/
"name": "Win32",
2022-08-17 21:24:58 +02:00
"intelliSenseMode": "${default}",
"configurationProvider": "ms-vscode.cmake-tools"
}
2022-05-18 20:37:14 +02:00
]
}