# my_vscode_config2 **Repository Path**: QHCH/my_vscode_config2 ## Basic Information - **Project Name**: my_vscode_config2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-18 - **Last Updated**: 2026-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my_vscode_config2 ![输入图片说明](src/how_to_open_user_config.png) ``` { "editor.minimap.enabled": false, "C_Cpp.default.compilerPath": "", "security.workspace.trust.untrustedFiles": "open", "git.openRepositoryInParentFolders": "never", "workbench.colorCustomizations": { "editor.lineHighlightBackground": "#431455", "editor.lineHighlightBorder": "#2124dd", "editor.wordHighlightBackground": "#0a746fbb", // 当前行号背景紫色 "editor.lineNumber.activeBackground": "#9933cc", // 当前行号字体 黄色 "editor.lineNumber.activeForeground": "#FFD700", // 括号配对高亮(亮青色) "editorBracketMatch.background": "#00ffcc", "editorBracketMatch.border": "#00ffcc" }, "window.commandCenter": false, "workbench.startupEditor": "none", "cmake.showOptionsMovedNotification": false, "editor.rename.enablePreview": false, "redhat.telemetry.enabled": false, "[xml]": { "editor.defaultFormatter": "redhat.vscode-xml" }, "editor.bracketPairColorization.independentColorPoolPerBracketType": true, "[html]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "update.showReleaseNotes": false, "[javascript]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, "[json]": { "editor.defaultFormatter": "vscode.typescript-language-features" }, "[css]": { "editor.defaultFormatter": "vscode.css-language-features" }, "hexeditor.columnWidth": 16, "hexeditor.showDecodedText": true, "hexeditor.defaultEndianness": "little", "hexeditor.inspectorType": "aside", "diffEditor.ignoreTrimWhitespace": false, "security.workspace.trust.emptyWindow": false, "security.workspace.trust.banner": "never", // 双击高亮:大小写敏感 + 全词匹配 "editor.occurrencesHighlight.caseSensitive": true, "editor.occurrencesHighlight.wholeWord": true, "editor.wordHighlightStrong.caseSensitive": true, "editor.wordHighlightStrong.wholeWord": true, "editor.wordHighlight.caseSensitive": true, "editor.wordHighlight.wholeWord": true, // C/C++ 扩展也生效 "C_Cpp.occurrencesHighlight": true, "C_Cpp.occurrencesHighlight.caseSensitive": true, "C_Cpp.occurrencesHighlight.wholeWord": true, "workbench.colorTheme": "Visual Studio Dark" } ```