Files
cuda-dev-at-vscode/.vscode/settings.json
Even Bell 6051ece39e init
2025-08-18 09:34:24 +08:00

21 lines
462 B
JSON

{
"cmake.debugConfig": {
"args": [
// 程序运行参数
]
},
"cmake.configureSettings": {},
"cmake.outputLogEncoding": "utf8bom",
"cmake.generator": "Ninja",
// "cmake.enableLanguageServices": false,
"[cpp]": {
"files.encoding": "utf8bom"
},
"[cuda-cpp]": {
"files.encoding": "utf8bom",
},
"files.associations": {
"iostream": "cpp",
"chrono": "cpp"
},
}