z0z0z

Untitled

Feb 23rd, 2020
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.34 KB | None | 0 0
  1. {
  2.    "workbench.colorTheme": "One Dark Pro",
  3.    "editor.tabSize": 3,
  4.    "editor.renderWhitespace": "all",
  5.    "rewrap.autoWrap.enabled": true,
  6.    "rewrap.wrappingColumn": 138,
  7.    "rewrap.doubleSentenceSpacing": true,
  8.    "editor.suggestSelection": "first",
  9.    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  10.    "window.zoomLevel": 0,
  11.    "files.associations": {
  12.       "*.sbs": "json"
  13.    },
  14.    "java.configuration.checkProjectSettingsExclusions": false,
  15.    "explorer.compactFolders": false,
  16.    "todo.timekeeping.created.enabled": true,
  17.    "todo.statistics.project.text": "[done]/[all] ([percentage]%)",
  18.    "editor.fontFamily": "'Roboto Mono'",
  19.    "editor.fontWeight": "500",
  20.    "cSpell.enabledLanguageIds": [
  21.       "asciidoc",
  22.       "c",
  23.       "cpp",
  24.       "csharp",
  25.       "css",
  26.       "git-commit",
  27.       "go",
  28.       "handlebars",
  29.       "haskell",
  30.       "html",
  31.       "jade",
  32.       "java",
  33.       "javascript",
  34.       "javascriptreact",
  35.       "json",
  36.       "jsonc",
  37.       "latex",
  38.       "less",
  39.       "markdown",
  40.       "php",
  41.       "plaintext",
  42.       "python",
  43.       "pug",
  44.       "restructuredtext",
  45.       "rust",
  46.       "scala",
  47.       "scss",
  48.       "text",
  49.       "typescript",
  50.       "typescriptreact",
  51.       "yaml",
  52.       "yml",
  53.       "todo",
  54.       "Todo"
  55.    ],
  56.    "cSpell.userWords": [
  57.       "Colemak",
  58.       "Coord",
  59.       "automod",
  60.       "devide",
  61.       "ints"
  62.    ],
  63.    "todo.colors.comment": "#999999",
  64.    "todo.colors.code": "#999999",
  65.    "todo.colors.cancelled": "#FF9A9A",
  66.    "highlight.regexFlags": "gi",
  67.    "highlight.regexes": {
  68.       "((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *TODO(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": {
  69.          "filterFileRegex": ".*(?<!CHANGELOG.md)$",
  70.          "decorations": [{
  71.                "overviewRulerColor": "#ffcc00",
  72.                "backgroundColor": "#ffcc00",
  73.                "color": "#1f1f1f",
  74.                "fontWeight": "bold"
  75.             },
  76.             {
  77.                "backgroundColor": "#ffcc00",
  78.                "color": "#1f1f1f"
  79.             }
  80.          ]
  81.       },
  82.       "((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *(?:FIXME|FIX|BUG|UGLY|DEBUG|HACK)(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": {
  83.          "filterFileRegex": ".*(?<!CHANGELOG.md)$",
  84.          "decorations": [{
  85.                "overviewRulerColor": "#cc0000",
  86.                "backgroundColor": "#cc0000",
  87.                "color": "#1f1f1f",
  88.                "fontWeight": "bold"
  89.             },
  90.             {
  91.                "backgroundColor": "#cc0000",
  92.                "color": "#1f1f1f"
  93.             }
  94.          ]
  95.       },
  96.       "((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *(?:REVIEW|OPTIMIZE|TSC)(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": {
  97.          "filterFileRegex": ".*(?<!CHANGELOG.md)$",
  98.          "decorations": [{
  99.                "overviewRulerColor": "#00ccff",
  100.                "backgroundColor": "#00ccff",
  101.                "color": "#1f1f1f",
  102.                "fontWeight": "bold"
  103.             },
  104.             {
  105.                "backgroundColor": "#00ccff",
  106.                "color": "#1f1f1f"
  107.             }
  108.          ]
  109.       },
  110.       "((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *(?:IDEA)(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": {
  111.          "filterFileRegex": ".*(?<!CHANGELOG.md)$",
  112.          "decorations": [{
  113.                "overviewRulerColor": "#cc00cc",
  114.                "backgroundColor": "#cc00cc",
  115.                "color": "#1f1f1f",
  116.                "fontWeight": "bold"
  117.             },
  118.             {
  119.                "backgroundColor": "#cc00cc",
  120.                "color": "#1f1f1f"
  121.             }
  122.          ]
  123.       }
  124.    },
  125.    "oneDarkPro.vivid": true,
  126.    "clockify.apiKey": "XlGxyXuk/yhMTi3n"
  127. }
Advertisement
Add Comment
Please, Sign In to add comment