{
"http.proxy": "http://@rb-proxy-de.bosch.com:8080",
"http.proxyAuthorization": null,
"cmake.configureOnOpen": false,
"telemetry.telemetryLevel": "error",
"http.proxyStrictSSL": false,
"chat.proxyUrl": "http://@rb-proxy-de.bosch.com:8080",
"git.enableSmartCommit": true,
"liveshare.diagnosticLogging": true,
"extensions.ignoreRecommendations": true,
"extensions.autoUpdate": false,
"workbench.editor.highlightModifiedTabs": true,
"window.enableExperimentalProxyLoginDialog": true,
"liveshare.diagnosticMode": true,
"redhat.telemetry.enabled": false,
"bracket-pair-colorizer-2.depreciation-notice": false,
"editor.renderWhitespace": "all",
"window.title": "${dirty}${activeEditorLong}${separator}${rootName}${separator}${appName}",
"terminal.external.windowsExec": "C:\\Program Files\\Git\\cmd\\git.exe",
"editor.mouseWheelZoom": true,
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"XXX",
"[ ]",
"[x]",
"todo",
"Todo"
],
"security.workspace.trust.untrustedFiles": "newWindow",
"files.exclude": {
"**/.vscode": true,
"**/*.arxml": false,
"**/.git": true,
"**/.gitignore": true,
"**/.workflow": true,
"*.dvg": true
},
"search.exclude": {
"**/.vscode": true,
"**/*.arxml": false,
"**/.git": true,
"**/.gitignore": true,
"**/.workflow": true,
"*.dvg": true
},
"C_Cpp.autocompleteAddParentheses": true,
"workbench.colorTheme": "Dark (Molokai)",
"editor.largeFileOptimizations": false,
"editor.fontLigatures": true,
"editor.foldingMaximumRegions": 50000,
"workbench.editor.wrapTabs": true,
"workbench.iconTheme": "vscode-icons",
"editor.unicodeHighlight.nonBasicASCII": false,
"C_Cpp.workspaceParsingPriority": "high",
"editor.fontWeight": "normal",
"C_Cpp.exclusionPolicy": "checkFilesAndFolders",
"C_Cpp.errorSquiggles": "Disabled",
"C_Cpp.files.exclude": {
"**/.vscode": true
},
"C_Cpp.codeAnalysis.exclude": {
"**/.vscode": true,
"**/*.arxml": false,
"**/.git": true,
"**/.gitignore": true,
"**/.workflow": true,
"*.dvg": true
},
"vsicons.dontShowNewVersionMessage": true,
"remote.SSH.remotePlatform": {
"SZHVM00520.apac.bosch.com": "linux"
},
"terminal.integrated.enableMultiLinePasteWarning": false,
"color-highlight.matchWords": true,
"markdown-pdf.executablePath": "C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe",
"markdown.extension.print.imgToBase64": true,
"workbench.editorAssociations": {
"*.pdf": "default"
},
// "workbench.colorCustomizations": {
// "editor.selectionBackground": "#00000000", //選取字色 'you can set other color'
// "editor.findMatchBackground": "#00000000", //搜索選取字色 'you can set other color'
// "editor.selectionHighlightBackground": "#00000000", //選取字改透明色 'required important'
// "editor.findMatchHighlightBackground": "#00000000", //搜索選取字改透明色 'required important'
// "editor.wordHighlightBackground": "#00000000", //全文相同選取字改透明色 'required important'
// "editorBracketMatch.border": "#FF0000", //括號的框線色 'you can set other color'
// "editorBracketMatch.background": "#00000000" //括號的背景色 'you can set other color'
// },
// "editor.fontFamily": "Cascadia Code, 'Courier New', monospace"
"workbench.colorCustomizations": {
// "editor.selectionBackground": "#67769660",
// "editor.selectionHighlightBackground": "#ffffff10",
"editor.selectionHighlightBorder": "#15a9ce",
},
"workbench.editor.enablePreview": false,
"terminal.explorerKind": "external",
"C_Cpp.intelliSenseEngine": "Default",
"editor.fontFamily": "JetBrains Mono, 'Courier New', monospace",
"editor.fontSize": 15,
"window.zoomLevel": -0.5,
"editor.rulers": [120]
}
标签:workbench,false,vscode,配置,editor,Cpp,true From: https://www.cnblogs.com/liangduo/p/16893473.html