Files
dataConvert/.vscode/settings.json

7 lines
158 B
JSON
Raw Normal View History

2025-11-26 21:03:28 +08:00
{
"C_Cpp.default.compilerPath": "/usr/bin/g++-14",
"files.associations": {
"stdio.h": "c"
},
"commentTranslate.targetLanguage": "en"
}