init
This commit is contained in:
13
.vscode/extensions.json
vendored
Normal file
13
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"ms-vscode.cpptools",
|
||||
"ms-vscode.cmake-tools",
|
||||
"josetr.cmake-language-support-vscode",
|
||||
"nvidia.nsight-vscode-edition",
|
||||
"IBM.output-colorizer",
|
||||
"christian-kohler.path-intellisense",
|
||||
],
|
||||
"unwantedRecommendations": [
|
||||
"llvm-vs-code-extensions.vscode-clangd"
|
||||
]
|
||||
}
|
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