mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
vscode: possible improvements for cpp extension cpu usage
This commit is contained in:
5
.vscode/c_cpp_properties.json
vendored
5
.vscode/c_cpp_properties.json
vendored
@@ -68,10 +68,7 @@
|
|||||||
"${workspaceFolder}/src/lib/matrix",
|
"${workspaceFolder}/src/lib/matrix",
|
||||||
"${workspaceFolder}/src/modules"
|
"${workspaceFolder}/src/modules"
|
||||||
],
|
],
|
||||||
"intelliSenseMode": "${default}",
|
"intelliSenseMode": "${default}"
|
||||||
"macFrameworkPath": [
|
|
||||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 4
|
"version": 4
|
||||||
|
|||||||
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@@ -56,14 +56,16 @@
|
|||||||
"C_Cpp.autoAddFileAssociations": false,
|
"C_Cpp.autoAddFileAssociations": false,
|
||||||
"C_Cpp.clang_format_fallbackStyle": "none",
|
"C_Cpp.clang_format_fallbackStyle": "none",
|
||||||
"C_Cpp.default.browse.databaseFilename": "${workspaceRoot}/.vscode/browse.vc.db",
|
"C_Cpp.default.browse.databaseFilename": "${workspaceRoot}/.vscode/browse.vc.db",
|
||||||
|
"C_Cpp.default.browse.limitSymbolsToIncludedHeaders": true,
|
||||||
"C_Cpp.default.cppStandard": "c++14",
|
"C_Cpp.default.cppStandard": "c++14",
|
||||||
"C_Cpp.default.cStandard": "c11",
|
"C_Cpp.default.cStandard": "c11",
|
||||||
"C_Cpp.default.intelliSenseMode": "gcc-x64",
|
"C_Cpp.default.intelliSenseMode": "gcc-x64",
|
||||||
|
"C_Cpp.default.macFrameworkPath": null,
|
||||||
"C_Cpp.formatting": "Disabled",
|
"C_Cpp.formatting": "Disabled",
|
||||||
"C_Cpp.intelliSenseEngine": "Default",
|
"C_Cpp.intelliSenseEngine": "Default",
|
||||||
"C_Cpp.intelliSenseEngineFallback": "Enabled",
|
"C_Cpp.intelliSenseEngineFallback": "Enabled",
|
||||||
"C_Cpp.vcpkg.enabled": false,
|
"C_Cpp.vcpkg.enabled": false,
|
||||||
"C_Cpp.workspaceParsingPriority": "medium",
|
"C_Cpp.workspaceParsingPriority": "low",
|
||||||
"cortex-debug.enableTelemetry": false,
|
"cortex-debug.enableTelemetry": false,
|
||||||
"debug.toolBarLocation": "docked",
|
"debug.toolBarLocation": "docked",
|
||||||
"editor.acceptSuggestionOnEnter": "off",
|
"editor.acceptSuggestionOnEnter": "off",
|
||||||
@@ -80,7 +82,7 @@
|
|||||||
"files.insertFinalNewline": true,
|
"files.insertFinalNewline": true,
|
||||||
"files.trimTrailingWhitespace": true,
|
"files.trimTrailingWhitespace": true,
|
||||||
"files.watcherExclude": {
|
"files.watcherExclude": {
|
||||||
"${workspaceFolder}/build": true
|
"**/build/**": true
|
||||||
},
|
},
|
||||||
"git.detectSubmodulesLimit": 20,
|
"git.detectSubmodulesLimit": 20,
|
||||||
"git.ignoreLimitWarning": true,
|
"git.ignoreLimitWarning": true,
|
||||||
@@ -176,5 +178,5 @@
|
|||||||
"workbench.statusBar.feedback.visible": false,
|
"workbench.statusBar.feedback.visible": false,
|
||||||
"yaml.schemas": {
|
"yaml.schemas": {
|
||||||
"${workspaceRoot}/validation/module_schema.yaml": "${workspaceRoot}/src/modules/*/module.yaml"
|
"${workspaceRoot}/validation/module_schema.yaml": "${workspaceRoot}/src/modules/*/module.yaml"
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user