generallib/.vscode/settings.json

10 lines
239 B
JSON
Raw Normal View History

2020-08-27 16:27:10 +00:00
{
"files.associations": {
"*.rh": "cpp"
2020-08-29 09:37:33 +00:00
},
"cmake.generator": "Unix Makefiles",
"cmake.environment": {
"CMAKE_MAKE_PROGRAM":"make"
},
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
2020-08-27 16:27:10 +00:00
}