Skip to content

Instantly share code, notes, and snippets.

@Shananiganeer
Last active August 4, 2019 18:14
Show Gist options
  • Select an option

  • Save Shananiganeer/7bd8211a82e96afd5e1e7bda617c5c4d to your computer and use it in GitHub Desktop.

Select an option

Save Shananiganeer/7bd8211a82e96afd5e1e7bda617c5c4d to your computer and use it in GitHub Desktop.
VSCode Settings Sync Gist
{"lastUpload":"2019-08-04T18:14:21.358Z","extensionVersion":"v3.4.1"}
[
{
"metadata": {
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b",
"publisherId": "aaron-bond.better-comments",
"publisherDisplayName": "aaron-bond"
},
"name": "better-comments",
"publisher": "aaron-bond",
"version": "2.0.5"
},
{
"metadata": {
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.61"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.1"
},
{
"metadata": {
"id": "121396ad-85a1-45ec-9fd1-d95028a847f5",
"publisherId": "naumovs.color-highlight",
"publisherDisplayName": "naumovs"
},
"name": "color-highlight",
"publisher": "naumovs",
"version": "2.3.0"
},
{
"metadata": {
"id": "c4e31168-d200-4020-ae9e-1aa7b76d2c52",
"publisherId": "vangware.dark-plus-material",
"publisherDisplayName": "vangware"
},
"name": "dark-plus-material",
"publisher": "vangware",
"version": "2.1.0"
},
{
"metadata": {
"id": "532533c9-a894-4a58-9eee-bbfbe7c06f71",
"publisherId": "mikestead.dotenv",
"publisherDisplayName": "mikestead"
},
"name": "dotenv",
"publisher": "mikestead",
"version": "1.0.1"
},
{
"metadata": {
"id": "19804510-b475-4dae-b0f7-6ca08fd1af0c",
"publisherId": "dsznajder.es7-react-js-snippets",
"publisherDisplayName": "dsznajder"
},
"name": "es7-react-js-snippets",
"publisher": "dsznajder",
"version": "2.4.0"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.8.1"
},
{
"metadata": {
"id": "dff6b801-247e-40e9-82e8-8c9b1d19d1b8",
"publisherId": "christian-kohler.npm-intellisense",
"publisherDisplayName": "christian-kohler"
},
"name": "npm-intellisense",
"publisher": "christian-kohler",
"version": "1.3.0"
},
{
"metadata": {
"id": "c807e072-5951-4a01-9542-450f946c7ec1",
"publisherId": "xabikos.ReactSnippets",
"publisherDisplayName": "xabikos"
},
"name": "ReactSnippets",
"publisher": "xabikos",
"version": "2.3.0"
},
{
"metadata": {
"id": "4ae6dc82-7981-4f10-bd81-2d72aec37f39",
"publisherId": "jock.svg",
"publisherDisplayName": "jock"
},
"name": "svg",
"publisher": "jock",
"version": "0.1.6"
},
{
"metadata": {
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherDisplayName": "Gruntfuggly"
},
"name": "todo-tree",
"publisher": "Gruntfuggly",
"version": "0.0.139"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.9.0"
},
{
"metadata": {
"id": "c5f4d87f-a524-462c-ac01-923eb19cf3e9",
"publisherId": "hbenl.vscode-firefox-debug",
"publisherDisplayName": "hbenl"
},
"name": "vscode-firefox-debug",
"publisher": "hbenl",
"version": "1.8.2"
},
{
"metadata": {
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherDisplayName": "eg2"
},
"name": "vscode-npm-script",
"publisher": "eg2",
"version": "0.3.8"
},
{
"metadata": {
"id": "6f5d4f30-67aa-4151-80c0-1bbe8ca5f9db",
"publisherId": "cssho.vscode-svgviewer",
"publisherDisplayName": "cssho"
},
"name": "vscode-svgviewer",
"publisher": "cssho",
"version": "2.0.0"
}
]
{
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"workbench.iconTheme": "material-icon-theme",
"editor.minimap.enabled": false,
"breadcrumbs.enabled": false,
"todo-tree.showInExplorer": true,
"todo-tree.tags": [
"TODO:",
"NOTE:",
"FIXME:",
"FIXED:",
"HACK:"
],
"todo-tree.defaultHighlight": {
"type": "text"
},
"todo-tree.customHighlight": {
"TODO:": {
"icon": "check",
"iconColour": "#ff8800",
"foreground": "#ff8800"
},
"NOTE:": {
"icon": "check",
"iconColour": "#00ccaa",
"foreground": "#00ccaa"
},
"FIXED:": {
"icon": "issue-closed",
"iconColour": "#9251eb",
"foreground": "#9251eb"
},
"FIXME:": {
"icon": "issue-opened",
"iconColour": "#c80000",
"foreground": "#c80000"
},
"HACK:": {
"icon": "terminal",
"iconColour": "#ffffff",
"foreground": "#ff8800",
"background": "#ffffff"
}
},
"todo-tree.regex": "(//|#|<!--|/\\*|^\\s*\\*)\\s*($TAGS)",
"todo-tree.showTagsFromOpenFilesOnly": true,
"better-comments.tags": [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "?",
"color": "#3498DB",
"strikethrough": false,
"backgroundColor": "transparent"
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"backgroundColor": "transparent"
},
],
"explorer.confirmDelete": false,
"editor.detectIndentation": false,
"editor.tabSize": 2,
"explorer.confirmDragAndDrop": false,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.gist": "7bd8211a82e96afd5e1e7bda617c5c4d",
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.visible": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment