Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "workbench.colorTheme": "One Dark Pro",
- "editor.tabSize": 3,
- "editor.renderWhitespace": "all",
- "rewrap.autoWrap.enabled": true,
- "rewrap.wrappingColumn": 138,
- "rewrap.doubleSentenceSpacing": true,
- "editor.suggestSelection": "first",
- "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
- "window.zoomLevel": 0,
- "files.associations": {
- "*.sbs": "json"
- },
- "java.configuration.checkProjectSettingsExclusions": false,
- "explorer.compactFolders": false,
- "todo.timekeeping.created.enabled": true,
- "todo.statistics.project.text": "[done]/[all] ([percentage]%)",
- "editor.fontFamily": "'Roboto Mono'",
- "editor.fontWeight": "500",
- "cSpell.enabledLanguageIds": [
- "asciidoc",
- "c",
- "cpp",
- "csharp",
- "css",
- "git-commit",
- "go",
- "handlebars",
- "haskell",
- "html",
- "jade",
- "java",
- "javascript",
- "javascriptreact",
- "json",
- "jsonc",
- "latex",
- "less",
- "markdown",
- "php",
- "plaintext",
- "python",
- "pug",
- "restructuredtext",
- "rust",
- "scala",
- "scss",
- "text",
- "typescript",
- "typescriptreact",
- "yaml",
- "yml",
- "todo",
- "Todo"
- ],
- "cSpell.userWords": [
- "Colemak",
- "Coord",
- "automod",
- "devide",
- "ints"
- ],
- "todo.colors.comment": "#999999",
- "todo.colors.code": "#999999",
- "todo.colors.cancelled": "#FF9A9A",
- "highlight.regexFlags": "gi",
- "highlight.regexes": {
- "((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *TODO(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": {
- "filterFileRegex": ".*(?<!CHANGELOG.md)$",
- "decorations": [{
- "overviewRulerColor": "#ffcc00",
- "backgroundColor": "#ffcc00",
- "color": "#1f1f1f",
- "fontWeight": "bold"
- },
- {
- "backgroundColor": "#ffcc00",
- "color": "#1f1f1f"
- }
- ]
- },
- "((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *(?:FIXME|FIX|BUG|UGLY|DEBUG|HACK)(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": {
- "filterFileRegex": ".*(?<!CHANGELOG.md)$",
- "decorations": [{
- "overviewRulerColor": "#cc0000",
- "backgroundColor": "#cc0000",
- "color": "#1f1f1f",
- "fontWeight": "bold"
- },
- {
- "backgroundColor": "#cc0000",
- "color": "#1f1f1f"
- }
- ]
- },
- "((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *(?:REVIEW|OPTIMIZE|TSC)(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": {
- "filterFileRegex": ".*(?<!CHANGELOG.md)$",
- "decorations": [{
- "overviewRulerColor": "#00ccff",
- "backgroundColor": "#00ccff",
- "color": "#1f1f1f",
- "fontWeight": "bold"
- },
- {
- "backgroundColor": "#00ccff",
- "color": "#1f1f1f"
- }
- ]
- },
- "((?:<!-- *)?(?:#|// @|//|./\\*+|<!--|--|\\* @|{!|{{!--|{{!) *(?:IDEA)(?:\\s*\\([^)]+\\))?:?)((?!\\w)(?: *-->| *\\*/| *!}| *--}}| *}}|(?= *(?:[^:]//|/\\*+|<!--|@|--|{!|{{!--|{{!))|(?: +[^\\n@]*?)(?= *(?:[^:]//|/\\*+|<!--|@|--(?!>)|{!|{{!--|{{!))|(?: +[^@\\n]+)?))": {
- "filterFileRegex": ".*(?<!CHANGELOG.md)$",
- "decorations": [{
- "overviewRulerColor": "#cc00cc",
- "backgroundColor": "#cc00cc",
- "color": "#1f1f1f",
- "fontWeight": "bold"
- },
- {
- "backgroundColor": "#cc00cc",
- "color": "#1f1f1f"
- }
- ]
- }
- },
- "oneDarkPro.vivid": true,
- "clockify.apiKey": "XlGxyXuk/yhMTi3n"
- }
Advertisement
Add Comment
Please, Sign In to add comment