Блог пользователя liusixun2025

Автор liusixun2025, история, 5 часов назад, По-английски
{
    "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": [
        "¡-¬®-ÿ", "А-яЁё", "α-λπ-ωξΓΔΘΛΞΠΣΦΨΩ", //Latin & Cyrillic & GreekCharacter
        "0621-064A", "0660-066D", "؆؇؉؊،؛؟",  //Arabic
        "‘-•…–—ˆˇˌ‹›€№™", "!(),:;?<>[]{}~", "3001-3017", //BiaoDian
        "①-⒛⓫-⓴❶-❿", "←-↙※❀❁⚐⚑△▲◇◆☆★✦✧■□○●◎", //XuHao & Special
        "ℂℍℕℙℚℝℤⅈ⌈⌉⌊⌋‰⅓-⅞⊙⊕⌒%=﹗﹙﹚﹛﹜﹝﹞", "∀-∑∓√-∵∷-⊋", //Math Symbols
        "3041-3093", "30A1-30F6", "\u30FC", "4E00-9FFF"//Japanese & Chinese
    ],
    "highlight-unexpected-characters.rules": ["А-яЁё–‚"],
    "C_Cpp.default.compilerPath": "D:\\mingw\\bin\\g++.exe", "workbench.colorTheme": "GitHub Light Default",
    "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": { "editor.background": "#fdf6e3ff",
        "editorWhitespace.foreground": "#c1c1c1", "editor.selectionBackground": "#dfd6bd",
        "editorBracketHighlight.foreground5": "#729212",
        "editorBracketHighlight.foreground2": "#129272",
        "editorBracketHighlight.foreground6": "#9212b2" },
    "editor.tokenColorCustomizations": { "comments": "#624222", },
    "C_Cpp.inactiveRegionOpacity": 0.8, "editor.showUnused": false,
}
  • Проголосовать: нравится
  • -9
  • Проголосовать: не нравится