21 lines
462 B
JSON
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"
|
|
},
|
|
} |