Skip to content

Instantly share code, notes, and snippets.

@wunnle
Created March 12, 2018 21:01
Show Gist options
  • Save wunnle/179b5516ecbbbc8c1622d4107ca0fb28 to your computer and use it in GitHub Desktop.
Save wunnle/179b5516ecbbbc8c1622d4107ca0fb28 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-03-12T21:01:49.022Z","extensionVersion":"v2.9.0"}
[
{
"metadata": {
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherDisplayName": "HookyQR"
},
"name": "beautify",
"publisher": "HookyQR",
"version": "1.3.0"
},
{
"metadata": {
"id": "6b0697bb-dda0-4267-915e-e2b62ece05c4",
"publisherId": "lukazakrajsek.bem-expand",
"publisherDisplayName": "lukazakrajsek"
},
"name": "bem-expand",
"publisher": "lukazakrajsek",
"version": "0.1.4"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "2.9.0"
},
{
"metadata": {
"id": "18620c48-225a-4243-9c60-61204b19d4b4",
"publisherId": "lamartire.git-indicators",
"publisherDisplayName": "lamartire"
},
"name": "git-indicators",
"publisher": "lamartire",
"version": "2.1.1"
},
{
"metadata": {
"id": "26a529c9-2654-4b95-a63f-02f6a52429e6",
"publisherId": "zhuangtongfa.Material-theme",
"publisherDisplayName": "zhuangtongfa"
},
"name": "Material-theme",
"publisher": "zhuangtongfa",
"version": "2.13.3"
},
{
"metadata": {
"id": "b2382675-551b-476b-b37b-cc4961292ec2",
"publisherId": "digitalstreamio.mjml-syntax",
"publisherDisplayName": "digitalstreamio"
},
"name": "mjml-syntax",
"publisher": "digitalstreamio",
"version": "0.0.1"
},
{
"metadata": {
"id": "0d1241e3-fa60-4f24-8f2a-6d7085677c48",
"publisherId": "ionutvmi.path-autocomplete",
"publisherDisplayName": "ionutvmi"
},
"name": "path-autocomplete",
"publisher": "ionutvmi",
"version": "1.8.1"
},
{
"metadata": {
"id": "b5eaebe8-c8c7-495a-80c5-3ba4a7a91c35",
"publisherId": "andischerer.theme-atom-one-dark",
"publisherDisplayName": "andischerer"
},
"name": "theme-atom-one-dark",
"publisher": "andischerer",
"version": "0.0.1"
},
{
"metadata": {
"id": "eedfd044-d5ac-4389-973d-3ac1fdb98ad5",
"publisherId": "kisstkondoros.vscode-gutter-preview",
"publisherDisplayName": "kisstkondoros"
},
"name": "vscode-gutter-preview",
"publisher": "kisstkondoros",
"version": "0.12.2"
},
{
"metadata": {
"id": "aaee577c-f062-495a-9816-0cbd442f1d25",
"publisherId": "ecmel.vscode-html-css",
"publisherDisplayName": "ecmel"
},
"name": "vscode-html-css",
"publisher": "ecmel",
"version": "0.2.0"
},
{
"metadata": {
"id": "efc33846-2498-43d7-9699-47d0a7741345",
"publisherId": "attilabuti.vscode-mjml",
"publisherDisplayName": "attilabuti"
},
"name": "vscode-mjml",
"publisher": "attilabuti",
"version": "1.0.0"
},
{
"metadata": {
"id": "4b0bb8e1-8f9a-42c4-b0dd-03691bdcc309",
"publisherId": "shyykoserhiy.vscode-spotify",
"publisherDisplayName": "shyykoserhiy"
},
"name": "vscode-spotify",
"publisher": "shyykoserhiy",
"version": "2.3.2"
},
{
"metadata": {
"id": "9b2c953d-6ad4-46d1-b18e-7e5992d1d8a6",
"publisherId": "akamud.vscode-theme-onedark",
"publisherDisplayName": "akamud"
},
"name": "vscode-theme-onedark",
"publisher": "akamud",
"version": "2.1.0"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "shift+ctrl+f",
"command": "editor.action.formatDocument",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+]",
"command": "editor.emmet.action.balanceOut",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+[",
"command": "editor.emmet.action.balanceIn",
"when": "editorTextFocus"
},
{
"key": "ctrl+shift+\\",
"command": "editor.emmet.action.matchTag"
},
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditor"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditor"
},
]
{
"editor.minimap.enabled": false,
"workbench.statusBar.visible": true,
"sync.gist": "",
"sync.lastUpload": "2018-03-12T20:58:07.887Z",
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.lastDownload": "2018-01-11T13:44:25.209Z",
"sync.forceDownload": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"workbench.startupEditor": "welcomePage",
"git.confirmSync": false,
"workbench.colorTheme": "Visual Studio Dark",
"window.menuBarVisibility": "toggle",
"workbench.colorCustomizations": {
"tab.activeBackground": "#263238",
"tab.activeBorder": "#263238",
"tab.inactiveBackground": "#232e33",
"sideBar.background": "#232e33",
"sideBar.foreground": "#a5a5a5",
"gitDecoration.modifiedResourceForeground": "#0078cf",
"activityBar.background": "#232e33",
"sideBarSectionHeader.background": "#232e33",
"statusBar.background": "#0078cf",
"statusBar.foreground": "#ffffff",
"activityBarBadge.background": "#FFFFFF",
"activityBarBadge.foreground": "#232e33",
"activityBar.foreground": "#FFFFFF",
"list.activeSelectionForeground": "#FFFFFF",
"list.inactiveSelectionForeground": "#FFFFFF",
"list.highlightForeground": "#FFFFFF",
"scrollbarSlider.activeBackground": "#2979FF50",
"textLink.foreground": "#FFFFFF",
"progressBar.background": "#FFFFFF",
"pickerGroup.foreground": "#FFFFFF",
"pickerGroup.border": "#0078cf",
"panel.background": "#232e33",
"panel.border": "#1d2529",
"editor.background": "#263238",
"editor.lineHighlightBorder": "#232e33",
"editor.lineHighlightBackground": "#232e33",
"scrollbar.shadow": "#263238"
},
"spotify.showNextButton": false,
"spotify.showLyricsButton": false,
"spotify.showPreviousButton": false,
"spotify.showMuteVolumeButton": false,
"git.autofetch": true,
"editor.wordWrap": "on",
"window.zoomLevel": 0,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"editor.tabSize": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment