代码拉取完成,页面将自动刷新
{
"folders": [
{
"path": "."
},
{
"path": "./0-vscode开发环境配置/helloworld"
},
{
"path": "1-基础知识"
}
],
"settings": {
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"editor.tabCompletion": "on",
"editor.detectIndentation": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.columnSelection": false,
//
"C_Cpp.autocompleteAddParentheses": true,
"C_Cpp.default.cppStandard": "c++11",
"C_Cpp.default.cStandard": "c11",
"C_Cpp.inlayHints.autoDeclarationTypes.enabled": true,
"C_Cpp.inlayHints.autoDeclarationTypes.showOnLeft": true,
"C_Cpp.inlayHints.parameterNames.enabled": true,
"C_Cpp.inlayHints.referenceOperator.enabled": true,
"C_Cpp.inlayHints.referenceOperator.showSpace": true,
"C_Cpp.intelliSenseEngineFallback": "enabled",
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"C_Cpp.clang_format_sortIncludes": false,
"C_Cpp.formatting": "clangFormat",
"C_Cpp.codeAnalysis.clangTidy.enabled": true,
//
"files.associations": {
"iostream": "cpp",
"random": "cpp"
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。