9 lines
217 B
JSON
9 lines
217 B
JSON
|
{
|
||
|
"cmake.configureOnOpen": true,
|
||
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
||
|
"files.associations": {
|
||
|
"climits": "cpp",
|
||
|
"sstream": "cpp",
|
||
|
"compare": "cpp"
|
||
|
}
|
||
|
}
|