Last active
May 27, 2019 04:36
-
-
Save CarlosLanderas/7f17e01140c973269cffb5d06633d66e to your computer and use it in GitHub Desktop.
vs-code-online-settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"lastUpload":"2019-05-27T04:36:48.206Z","extensionVersion":"v3.2.9"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "metadata": { | |
| "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
| "publisherId": "Shan.code-settings-sync", | |
| "publisherDisplayName": "Shan" | |
| }, | |
| "name": "code-settings-sync", | |
| "publisher": "Shan", | |
| "version": "3.2.9" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "d0bfc4ab-1d3a-4487-8782-7cf6027b4fff", | |
| "publisherId": "ms-vscode.csharp", | |
| "publisherDisplayName": "ms-vscode" | |
| }, | |
| "name": "csharp", | |
| "publisher": "ms-vscode", | |
| "version": "1.19.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da", | |
| "publisherId": "ms-vscode.Go", | |
| "publisherDisplayName": "ms-vscode" | |
| }, | |
| "name": "Go", | |
| "publisher": "ms-vscode", | |
| "version": "0.10.2" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "3b3d36c0-6af6-4ede-aaba-6f460423ddea", | |
| "publisherId": "casualjim.gotemplate", | |
| "publisherDisplayName": "casualjim" | |
| }, | |
| "name": "gotemplate", | |
| "publisher": "casualjim", | |
| "version": "0.3.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "1bf2afc4-296d-482b-89ff-3318c474a2a8", | |
| "publisherId": "ipedrazas.kubernetes-snippets", | |
| "publisherDisplayName": "ipedrazas" | |
| }, | |
| "name": "kubernetes-snippets", | |
| "publisher": "ipedrazas", | |
| "version": "0.1.9" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "5db78037-f674-459f-a236-db622c427c5b", | |
| "publisherId": "PKief.material-icon-theme", | |
| "publisherDisplayName": "PKief" | |
| }, | |
| "name": "material-icon-theme", | |
| "publisher": "PKief", | |
| "version": "3.8.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "25baab03-fe9a-40c7-b683-55c9a0a92480", | |
| "publisherId": "JuanBlanco.solidity", | |
| "publisherDisplayName": "JuanBlanco" | |
| }, | |
| "name": "solidity", | |
| "publisher": "JuanBlanco", | |
| "version": "0.0.56" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "dffaf5a1-2219-434b-9d87-cb586fd59260", | |
| "publisherId": "Equinusocio.vsc-material-theme", | |
| "publisherDisplayName": "Equinusocio" | |
| }, | |
| "name": "vsc-material-theme", | |
| "publisher": "Equinusocio", | |
| "version": "2.9.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "0479fc1c-3d67-49f9-b087-fb9069afe48f", | |
| "publisherId": "PeterJausovec.vscode-docker", | |
| "publisherDisplayName": "PeterJausovec" | |
| }, | |
| "name": "vscode-docker", | |
| "publisher": "PeterJausovec", | |
| "version": "0.6.2" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "4837e4f3-1b01-4732-b1a6-daa57ef64cab", | |
| "publisherId": "ms-kubernetes-tools.vscode-kubernetes-tools", | |
| "publisherDisplayName": "ms-kubernetes-tools" | |
| }, | |
| "name": "vscode-kubernetes-tools", | |
| "publisher": "ms-kubernetes-tools", | |
| "version": "1.0.0" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "2061917f-f76a-458a-8da9-f162de22b97e", | |
| "publisherId": "redhat.vscode-yaml", | |
| "publisherDisplayName": "redhat" | |
| }, | |
| "name": "vscode-yaml", | |
| "publisher": "redhat", | |
| "version": "0.4.1" | |
| }, | |
| { | |
| "metadata": { | |
| "id": "fd6d3dc6-b307-4589-82a6-78e2afec3d77", | |
| "publisherId": "johnpapa.winteriscoming", | |
| "publisherDisplayName": "johnpapa" | |
| }, | |
| "name": "winteriscoming", | |
| "publisher": "johnpapa", | |
| "version": "1.0.0" | |
| } | |
| ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "go.useCodeSnippetsOnFunctionSuggest": false, | |
| "sync.gist": "7f17e01140c973269cffb5d06633d66e", | |
| "sync.quietSync": false, | |
| "sync.askGistName": false, | |
| "sync.removeExtensions": false, | |
| "sync.syncExtensions": true, | |
| "sync.autoDownload": false, | |
| "sync.autoUpload": false, | |
| "sync.forceDownload": false, | |
| "editor.fontSize": 12, | |
| "window.zoomLevel": 2, | |
| "terminal.integrated.fontSize": 12, | |
| "markdown.preview.breaks": true, | |
| "markdown.preview.fontFamily": "Source Code Pro", | |
| "markdown.preview.fontSize": 15, | |
| "workbench.iconTheme": "material-icon-theme", | |
| "workbench.colorTheme": "Winter is Coming (Dark Blue)", | |
| "files.watcherExclude": { | |
| "**/.git/objects/**": true, | |
| "**/.git/subtree-cache/**": true, | |
| "**/node_modules/*/**": true | |
| }, | |
| // "workbench.colorCustomizations": { | |
| // "panel.background": "#070707", | |
| // "panel.border": "#070707", | |
| // "sideBar.background": "#070707", | |
| // "sideBar.border": "#070707", | |
| // "sideBarTitle.foreground": "#73cedd", | |
| // "sideBarSectionHeader.background": "#070707", | |
| // "sideBarSectionHeader.foreground": "#73cedd", | |
| // "editorCursor.foreground": "#73cedd", | |
| // "editor.background": "#070707", | |
| // "editor.foreground": "#ffffff", | |
| // "editorGutter.background": "#070707", | |
| // "tab.activeForeground": "#C1EDFC", | |
| // "tab.activeBackground": "#090B0C", | |
| // "tab.inactiveBackground": "#070707", | |
| // "editor.selectionBackground": "#2B1453", | |
| // "editor.selectionHighlightBackground": "#cccedd00", | |
| // "editor.selectionHighlightBorder": "#cccedd00", | |
| // "editor.lineHighlightBackground": "#EBBBFF0f", | |
| // "editor.hoverHighlightBackground": "#833BFA", | |
| // "statusBarItem.hoverBackground": "#1f1f1f", | |
| // "activityBar.background": "#070707", | |
| // "statusBar.background": "#070707", | |
| // "statusBar.noFolderBackground": "#070707", | |
| // "statusBar.debuggingBackground": "#fd9292", | |
| // "terminalCursor.foreground": "#73cedd", | |
| // "terminalCursor.background": "#000000", | |
| // "terminal.foreground": "#ffffcc", | |
| // "terminal.background": "#070707", | |
| // "terminal.ansiRed": "#ffaabb", | |
| // "terminal.ansiYellow": "#ffe600", | |
| // "terminal.ansiGreen": "#c4fbb6", | |
| // "terminal.ansiBrightBlue": "#73cedd", | |
| // }, | |
| "editor.tokenColorCustomizations": { | |
| "[Winter is Coming (Dark)-bck]": { | |
| "variables": "#ffffff", | |
| "keywords": { | |
| "foreground": "#d63030", | |
| "fontStyle": "bold" | |
| }, | |
| "textMateRules": [ | |
| { | |
| "scope": [ | |
| "keyword" | |
| ], | |
| "settings": { | |
| "foreground": "#ffcc99", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "constant.character.escape" | |
| ], | |
| "settings": { | |
| "foreground": "#FFE0BB", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "string constant.other.placeholder" | |
| ], | |
| "settings": { | |
| "foreground": "#B1FFBB", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": "constant.numeric", | |
| "settings": { | |
| "foreground": "#02FF69" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "string", | |
| "entity.name", | |
| "entity.name.package" | |
| ], | |
| "settings": { | |
| "foreground": "#ffccd3" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "comment", | |
| "comment", | |
| "comment.line", | |
| "comment.block", | |
| "comment.block.documentation", | |
| ], | |
| "settings": { | |
| "foreground": "#7F7F7F" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "punctuation.other.comma.go", | |
| "punctuation.other.period.go", | |
| "punctuation.other.colon", | |
| "keyword.operator.ellipsis.go", | |
| "punctuation.definition.begin.bracket.curly", | |
| "punctuation.definition.end.bracket.curly", | |
| "punctuation.terminator.go" | |
| ], | |
| "settings": { | |
| "foreground": "#866C93", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "punctuation.definition", | |
| "punctuation.definition.begin.bracket.round", | |
| "punctuation.definition.end.bracket.round" | |
| ], | |
| "settings": { | |
| "foreground": "#B894CA" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "punctuation.definition.bracket.square" | |
| ], | |
| "settings": { | |
| "foreground": "#7B7D7F", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "punctuation.definition.string" | |
| ], | |
| "settings": { | |
| "foreground": "#ffbbbb" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.const", | |
| ], | |
| "settings": { | |
| "foreground": "#F7929B", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.map", | |
| ], | |
| "settings": { | |
| "foreground": "#FFFC79", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.function", | |
| ], | |
| "settings": { | |
| "foreground": "#EBBBFF", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.channel", | |
| "keyword.operator.channel" | |
| ], | |
| "settings": { | |
| "foreground": "#00FFCD", | |
| "fontStyle": "bold italic" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.package", | |
| "keyword.import" | |
| ], | |
| "settings": { | |
| "foreground": "#555759", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.name.import", | |
| "entity.name.package" | |
| ], | |
| "settings": { | |
| "foreground": "#AEB2B5" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "punctuation.definition.imports" | |
| ], | |
| "settings": { | |
| "foreground": "#C9C9C9", | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.operator.address", | |
| ], | |
| "settings": { | |
| "foreground": "#F74A90" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.type", | |
| ], | |
| "settings": { | |
| "foreground": "#98FFFF" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.name.type", | |
| ], | |
| "settings": { | |
| "foreground": "#FFFFFF", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.control", | |
| ], | |
| "settings": { | |
| "foreground": "#EBBBFF" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.interface", | |
| ], | |
| "settings": { | |
| "foreground": "#8B89FF" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.struct", | |
| "keyword.var" | |
| ], | |
| "settings": { | |
| "foreground": "#FFF7D4" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "storage.type" | |
| ], | |
| "settings": { | |
| "foreground": "#FFF7D4", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "storage.type.string", | |
| "storage.type.byte", | |
| "storage.type.rune" | |
| ], | |
| "settings": { | |
| "foreground": "#ff9c9c", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "storage.type.numeric" | |
| ], | |
| "settings": { | |
| "foreground": "#B1FFBB", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "storage.type.boolean", | |
| ], | |
| "settings": { | |
| "foreground": "#5F9BFF", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "constant.language", | |
| ], | |
| "settings": { | |
| "foreground": "#8B89FF", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "storage.type.error" | |
| ], | |
| "settings": { | |
| "foreground": "#F7929B", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "constant.numeric", | |
| "constant.other.rune", | |
| ], | |
| "settings": { | |
| "foreground": "#B1FFBB" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "support.constant", | |
| "constant.numeric", | |
| "constant.character", | |
| "constant.escape", | |
| "keyword.other.unit", | |
| "keyword.other" | |
| ], | |
| "settings": { | |
| "fontStyle": "" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.operator", | |
| "keyword.operator.comparison" | |
| ], | |
| "settings": { | |
| "foreground": "#75B1FF", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.operator.logical", | |
| ], | |
| "settings": { | |
| "foreground": "#866C93", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "keyword.operator.assignment", | |
| ], | |
| "settings": { | |
| "foreground": "#75B1FF", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "support.function", | |
| "entity.name.function" | |
| ], | |
| "settings": { | |
| "foreground": "#74E1FF", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "support.function.builtin", | |
| ], | |
| "settings": { | |
| //"foreground": "#5C7FFF 848CFF" | |
| "foreground": "#848CFF", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "markup.bold.markdown", | |
| "markup.heading.markdown" | |
| ], | |
| "settings": { | |
| "foreground": "#ead5ff", | |
| "fontStyle": "bold" | |
| } | |
| }, | |
| { | |
| "scope": [ | |
| "entity.name.section", | |
| "heading.1.markdown", | |
| "markup.heading.markdown", | |
| "punctuation.definition.heading.markdown" | |
| ], | |
| "settings": { | |
| "foreground": "#C1EDFC", | |
| "fontStyle": "bold" | |
| } | |
| } | |
| ] | |
| }, | |
| }, | |
| "breadcrumbs.enabled": true, | |
| "vs-kubernetes": { | |
| "vs-kubernetes.helm-path": "/home/clanderas/.vs-kubernetes/tools/helm/linux-amd64/helm", | |
| "vs-kubernetes.draft-path": "/home/clanderas/.vs-kubernetes/tools/draft/linux-amd64/draft", | |
| "vs-kubernetes.minikube-path": "/home/clanderas/.vs-kubernetes/tools/minikube/linux-amd64/minikube" | |
| }, | |
| "go.useLanguageServer": true, | |
| "javascript.updateImportsOnFileMove.enabled": "always" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment