8 lines
215 B
JSON
8 lines
215 B
JSON
{
|
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
|
"cmake.configureEnvironment": {
|
|
"LC_ALL": "en_US.UTF-8"
|
|
},
|
|
"cmake.outputLogEncoding": "utf-8",
|
|
"files.encoding": "utf8"
|
|
} |