generallib/.vscode/settings.json

10 lines
239 B
JSON

{
"files.associations": {
"*.rh": "cpp"
},
"cmake.generator": "Unix Makefiles",
"cmake.environment": {
"CMAKE_MAKE_PROGRAM":"make"
},
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
}