init
This commit is contained in:
21
.vscode/settings.json
vendored
Normal file
21
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user