kavun
9/10/2019 - 12:57 PM

vscode-settings

vscode-settings

{"lastUpload":"2020-01-15T15:17:43.262Z","extensionVersion":"v3.4.3"}
[
  {
    "metadata": {
      "id": "9677d486-0986-479c-b99b-e3d4693e5482",
      "publisherId": "QQZZFT.aspx-html",
      "publisherDisplayName": "QQZZFT"
    },
    "name": "aspx-html",
    "publisher": "QQZZFT",
    "version": "0.0.11"
  },
  {
    "metadata": {
      "id": "819a23e1-b6c6-41cf-9029-e653b537d996",
      "publisherId": "ms-vscode.azure-account",
      "publisherDisplayName": "ms-vscode"
    },
    "name": "azure-account",
    "publisher": "ms-vscode",
    "version": "0.8.8"
  },
  {
    "metadata": {
      "id": "8a0c151b-eb13-4bed-9d49-4a252a118a0c",
      "publisherId": "michelemelluso.code-beautifier",
      "publisherDisplayName": "michelemelluso"
    },
    "name": "code-beautifier",
    "publisher": "michelemelluso",
    "version": "2.3.3"
  },
  {
    "metadata": {
      "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
      "publisherId": "Shan.code-settings-sync",
      "publisherDisplayName": "Shan"
    },
    "name": "code-settings-sync",
    "publisher": "Shan",
    "version": "3.4.3"
  },
  {
    "metadata": {
      "id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff",
      "publisherId": "ms-vscode.csharp",
      "publisherDisplayName": "ms-vscode"
    },
    "name": "csharp",
    "publisher": "ms-vscode",
    "version": "1.21.9"
  },
  {
    "metadata": {
      "id": "9e86bf2c-d3a0-4989-8df7-a36bca260a7b",
      "publisherId": "fireside21.cshtml-tm",
      "publisherDisplayName": "fireside21"
    },
    "name": "cshtml-tm",
    "publisher": "fireside21",
    "version": "1.0.0"
  },
  {
    "metadata": {
      "id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
      "publisherId": "EditorConfig.EditorConfig",
      "publisherDisplayName": "EditorConfig"
    },
    "name": "EditorConfig",
    "publisher": "EditorConfig",
    "version": "0.14.4"
  },
  {
    "metadata": {
      "id": "8bb12ae3-73f8-40cf-86b7-4bd5729c6238",
      "publisherId": "GrapeCity.gc-excelviewer",
      "publisherDisplayName": "GrapeCity"
    },
    "name": "gc-excelviewer",
    "publisher": "GrapeCity",
    "version": "2.1.32"
  },
  {
    "metadata": {
      "id": "4bf45e86-a448-4531-8c01-ef33f4536306",
      "publisherId": "ms-mssql.mssql",
      "publisherDisplayName": "ms-mssql"
    },
    "name": "mssql",
    "publisher": "ms-mssql",
    "version": "1.8.0"
  },
  {
    "metadata": {
      "id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
      "publisherId": "esbenp.prettier-vscode",
      "publisherDisplayName": "esbenp"
    },
    "name": "prettier-vscode",
    "publisher": "esbenp",
    "version": "3.18.0"
  },
  {
    "metadata": {
      "id": "4e44877c-1c8d-4f9c-ba86-1372d0fbeeb1",
      "publisherId": "dracula-theme.theme-dracula",
      "publisherDisplayName": "dracula-theme"
    },
    "name": "theme-dracula",
    "publisher": "dracula-theme",
    "version": "2.19.2"
  },
  {
    "metadata": {
      "id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
      "publisherId": "dbaeumer.vscode-eslint",
      "publisherDisplayName": "dbaeumer"
    },
    "name": "vscode-eslint",
    "publisher": "dbaeumer",
    "version": "2.0.14"
  },
  {
    "metadata": {
      "id": "5a7017bf-c571-4d77-b902-6e56b16f539a",
      "publisherId": "johnpapa.vscode-peacock",
      "publisherDisplayName": "johnpapa"
    },
    "name": "vscode-peacock",
    "publisher": "johnpapa",
    "version": "3.2.0"
  },
  {
    "metadata": {
      "id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
      "publisherId": "DotJoshJohnson.xml",
      "publisherDisplayName": "DotJoshJohnson"
    },
    "name": "xml",
    "publisher": "DotJoshJohnson",
    "version": "2.5.0"
  }
]
{
    "workbench.colorTheme": "Dracula",
    "[javascriptreact]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[javascript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "editor.fontFamily": "Fira Code",
    "editor.fontLigatures": true,
    "editor.rulers": [80],
    "editor.renderWhitespace": "boundary",
    "editor.formatOnType": true,
    "explorer.incrementalNaming": "smart",
    "[scss]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[html]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "[json]": {
        "editor.defaultFormatter": "vscode.json-language-features"
    },
    "terminal.integrated.shell.windows": "C:\\WINDOWS\\Sysnative\\cmd.exe",
    "terminal.integrated.shellArgs.windows": [
        "/K",
        "%CMDER%\\vendor\\init.bat"
    ],
    "search.exclude": {
        "**/node_modules": true,
        "**/bower_components": true,
        "**/dist": true
    },
    "workbench.editor.highlightModifiedTabs": true,
    "files.associations": {
        "*.ascx": "aspx",
        "*.asmx": "csharp",
        "*.ashx": "csharp",
        "*.master": "html",
        "*.inc": "asp"
    },
    "window.titleBarStyle": "custom",
    "sync.autoDownload": true,
    "sync.autoUpload": true,
    "sync.gist": "ec18bebbaa74cc7b3f5e2de36e95f4c8",
    "sync.forceUpload": true,
    "window.zoomLevel": 0,
    "editor.fontSize": 14,
    "workbench.fontAliasing": "auto",
    "peacock.affectActivityBar": false,
    "peacock.affectTabActiveBorder": true,
    "peacock.affectStatusBar": false,
    "peacock.favoriteColors": [
        {
            "name": "Angular Red",
            "value": "#b52e31"
        },
        {
            "name": "Auth0 Orange",
            "value": "#eb5424"
        },
        {
            "name": "Azure Blue",
            "value": "#007fff"
        },
        {
            "name": "C# Purple",
            "value": "#68217A"
        },
        {
            "name": "Gatsby Purple",
            "value": "#639"
        },
        {
            "name": "Go Cyan",
            "value": "#5dc9e2"
        },
        {
            "name": "Java Blue-Gray",
            "value": "#557c9b"
        },
        {
            "name": "JavaScript Yellow",
            "value": "#f9e64f"
        },
        {
            "name": "Mandalorian Blue",
            "value": "#1857a4"
        },
        {
            "name": "Node Green",
            "value": "#215732"
        },
        {
            "name": "React Blue",
            "value": "#00b3e6"
        },
        {
            "name": "Something Different",
            "value": "#832561"
        },
        {
            "name": "Vue Green",
            "value": "#42b883"
        }
    ],
    "terminal.integrated.fontSize": 11,
    "[jsonc]": {
        "editor.defaultFormatter": "vscode.json-language-features"
    },
    "xmlTools.splitAttributesOnFormat": true,
    "mssql.connections": [
        {
            "server": ".\\SQLEXPRESS",
            "database": "development",
            "authenticationType": "Integrated",
            "profileName": "KevinReed-PC\\Kevin Reed",
            "password": ""
        }
    ],
    "terminal.integrated.minimumContrastRatio": 7
}