7 lines
162 B
JSON
7 lines
162 B
JSON
|
{
|
||
|
"cmake.configureOnOpen": true,
|
||
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
||
|
"files.associations": {
|
||
|
"limits": "c"
|
||
|
}
|
||
|
}
|