Sat Aug 28 2021
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
{
  "sync.gist": "35949821bdf296d60d83b3b4057313e3",
  "editor.tabSize": 2,
  "editor.renderWhitespace": "none",
  "files.trimTrailingWhitespace": true,
  "editor.defaultFormatter": "esbenp.prettier-vscode",
  "editor.lineHeight": 26,
  "editor.formatOnSave": true,
  "files.associations": {
    ".env.*": "dotenv"
  },
  "workbench.colorCustomizations": {
    "tab.activeBorder": "#FF7070",
    "[Paper Dark]": {
      "activityBar.background": "#293134",
      "editor.background": "#293134",
      "tab.activeBorder": "#FF7070"
    }
  },
  "editor.tokenColorCustomizations": {
    "[Paper Dark]": {
      "textMateRules": [
        {
          "scope": "keyword",
          "settings": {
            //"fontStyle": "bold"
          }
        },
        {
          "scope": "variable",
          "settings": {
            //"foreground": "#fff"
          }
        },
        {
          "scope": "variable.other.object.js",
          "settings": {
            "foreground": "#dadada"
            //"fontStyle": "underline"
          }
        }
      ]
    }
  },
  "window.menuBarVisibility": "toggle",
  "editor.mouseWheelZoom": true,
  "git.confirmSync": false,
  "bracketPairColorizer.activeScopeCSS": [
    "borderStyle : solid",
    "borderWidth : 1px",
    "borderColor : {color}; opacity: 0.5"
  ],
  "vetur.format.styleInitialIndent": true,
  "vetur.format.scriptInitialIndent": true,
  "eslint.alwaysShowStatus": true,
  "eslint.codeAction.disableRuleComment": {},
  "projectManager.git.baseFolders": ["/home/sqram/work"],
  "editor.foldingStrategy": "indentation",
  "css.lint.duplicateProperties": "error",
  "css.lint.emptyRules": "error",
  "workbench.colorTheme": "React Ocean Next Extended",
  "security.workspace.trust.untrustedFiles": "open"
}