Files
SunnyLand/.vscode/settings.json
T
2025-10-10 07:54:19 +08:00

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"
}