liusixun2025's blog

By liusixun2025, history, 107 minutes ago, In English
You can use this settings.
{
    "editor.mouseWheelZoom": true, "editor.trimAutoWhitespace": false,
    "editor.fontFamily": "consolas, 'courier new', simsun, 'dejavu sans mono', 'microsoft yahei'",
    "editor.unicodeHighlight.invisibleCharacters": false,  "editor.unicodeHighlight.ambiguousCharacters": false,
    "editor.detectIndentation": false,  "editor.renderWhitespace": "all",
    "update.mode": "none",  "extensions.autoUpdate": false,  "update.enableWindowsBackgroundUpdates": false,
    "files.defaultLanguage": "cpp", "editor.renderLineHighlight": "gutter", "editor.links": false,
    "render-special-chars.include": ["0080-10FFFF"], "render-special-chars.except": [
        "¡-¬®-žǍ-ǜɑɔɜʌɒəɛɪʊʃʒſƒǺǻǼǽǾǿȘșȚțƠơƯưḀ-ỹ", "Ѐ-џҐґΆΈ-ώ", "؟؛،؊؉؇؆ء-ؿف-ي٠-٭پچژگ",
        "–—‘-•…ˆˇˌ˘-˝‹›", "!%(),:-Za-z[]{}~、-〗", "①-⓿❶-❿", "ぁ-んァ-ヶー", "가-힣", "一-鿿",
        "⁰-ₜᴬ-ᵪᶜᶠᶥᶿᶩᶻⱼⱽ←-∑∓√-∵∷-⊋⊕⊙⊥⌒⌈-⌋⅓-⅞‰", "₠-₿№™❁❀※⚐⚑✔✘✶★☆✦✧▲△▶▷▼▽◀◁◆◇◉◎◯●◍☠", 
    ], "highlight-bad-chars.additionalUnicodeChars": ["Ѐ-џҐґĐ‚⁻⁰", ], 
    "highlight-bad-chars.allowedUnicodeChars": ["–", "—"],
    "highlight-bad-chars.badCharDecorationStyle": { "backgroundColor": "rgba(153, 153, 0, 0.3)", "borderColor": "rgba(153, 153, 0, 0.6)" },
    "highlight-unexpected-characters.rules": ["–ΆΈ-ώ∁ᴼᵒ"],
    "C_Cpp.default.compilerPath": "C:\\Program Files (x86)\\Embarcadero\\Dev-Cpp\\TDM-GCC-64\\bin\\g++.exe",
    "extensions.experimental.affinity": { "miku3920.vscode-render-special-chars": 2,
        "wengerk.highlight-bad-chars": 2, "gizeta.highlight-unexpected-characters": 2,
        "brunnerh.insert-unicode": 2, "alefragnani.pascal": 2 },
    //诗意代码配色,快来使用!!!!
    "workbench.colorCustomizations": {
        "[Tomorrow]": {
            "editor.background": "#e5f7e7", "editorWhitespace.foreground": "#bbbb", "editor.selectionBackground": "#7db8", 
            "editorBracketHighlight.foreground1": "#a35", "editorBracketHighlight.foreground2": "#43659c",
            "editorBracketHighlight.foreground3": "#aa5911", "editorBracketHighlight.foreground4": "#08776f",
            "editorBracketHighlight.foreground5": "#886e08", "editorBracketHighlight.foreground6": "#507708",
            "editorBracketHighlight.unexpectedBracket.foreground": "#e22",
            "editor.wordHighlightBackground": "#bbb3",
        },
    },
    "editor.tokenColorCustomizations": {
        "[Tomorrow]": {
            "types": "#aa5911", "numbers": "#a35","comments": "#777", "variables": "#222", "keywords": "#886e08",
            "strings": "#848", "functions": "#43659c",
            "textMateRules": [
                {"scope": "variable.parameter", "settings": {"foreground": "#507708", "fontStyle": "" } },
                {"scope": "constant.language", "settings": {"foreground": "#886e08", "fontStyle": "" } },
                {"scope": "keyword.other", "settings": {"foreground": "#886e08", "fontStyle": "" } },
                {"scope": "keyword.other.unit", "settings": {"foreground": "#a35", "fontStyle": "" } },
                {"scope": "entity.name.type.class", "settings": {"foreground": "#aa5911", "fontStyle": "" } }, 
                {"scope": "constant.character", "settings": {"foreground": "#08776f", "fontStyle": "" } }, 
                {"scope": "constant.other", "settings": {"foreground": "#886e08", "fontStyle": "" } }, 
                {"scope": "entity.name.function.preprocessor", "settings": {"foreground": "#08776f", "fontStyle": "" } }, 
                {"scope": "keyword.operator", "settings": {"foreground": "#507708", "fontStyle": "" } }, 
                {"scope": "meta.block", "settings": {"foreground": "#222", "fontStyle": "" } }, 
            ]
        }
    },
    "C_Cpp.inactiveRegionOpacity": 1, "C_Cpp.inactiveRegionForegroundColor": "#777",
    "accessibility.voice.speechLanguage": 
    "zh-CN" //You can modify this line.
    ,
    "editor.showUnused": false,
    "workbench.colorTheme": "Tomorrow",
}
//Install Extensions(安装插件):
//(1) Render Special Characters (by miku3920)
//(2) Highlight Bad Chars (by Kevin Wenger)
//(3) Highlight Unexpected Characters (by Gizeta)
//(4) C/C++ Extension Pack (by Microsoft)
//(5) Insert Unicode (by brunnerh)
//(6) Vs Code Speech (by Microsoft)
//(7) Tomorrow and Tomorrow Night Theme Kit (by Microsoft)
  • Vote: I like it
  • -8
  • Vote: I do not like it