10 lines
276 B
JSON
10 lines
276 B
JSON
{
|
|
"cmake.generator": "Unix Makefiles",
|
|
"cmake.buildDirectory": "${workspaceFolder}/build",
|
|
"cmake.configureOnOpen": true,
|
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
|
"files.associations": {
|
|
"*.c": "c",
|
|
"*.h": "c"
|
|
}
|
|
} |