generallib/general/.vscode/settings.json

7 lines
155 B
JSON
Raw Normal View History

{
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"files.associations": {
"cstring": "cpp",
"memory": "cpp"
}
}