Skip to content

Instantly share code, notes, and snippets.

@luwes
Last active December 19, 2019 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luwes/d2804b199b67243283f5a8b780984b9a to your computer and use it in GitHub Desktop.
Save luwes/d2804b199b67243283f5a8b780984b9a to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-12-19T22:38:50.273Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherDisplayName": "HookyQR"
},
"name": "beautify",
"publisher": "HookyQR",
"version": "1.5.0"
},
{
"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": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.14.4"
},
{
"metadata": {
"id": "5960f38e-0bbe-4644-8f9c-9c8824e82511",
"publisherId": "donjayamanne.githistory",
"publisherDisplayName": "donjayamanne"
},
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.4.11"
},
{
"metadata": {
"id": "d6f6cfea-4b6f-41f4-b571-6ad2ab7918da",
"publisherId": "ms-vscode.Go",
"publisherDisplayName": "ms-vscode"
},
"name": "Go",
"publisher": "ms-vscode",
"version": "0.11.9"
},
{
"metadata": {
"id": "00518570-772b-4ccb-8b06-d056f3f556e0",
"publisherId": "Tyriar.sort-lines",
"publisherDisplayName": "Tyriar"
},
"name": "sort-lines",
"publisher": "Tyriar",
"version": "1.9.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.0"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "2.0.6"
},
{
"metadata": {
"id": "3fb77af3-b8b3-4cb9-9137-f555bd80e2b1",
"publisherId": "richie5um2.vscode-sort-json",
"publisherDisplayName": "richie5um2"
},
"name": "vscode-sort-json",
"publisher": "richie5um2",
"version": "1.18.0"
}
]
// Place your key bindings in this file to override the defaults
[
// // disable default shortcut for toggling panel
// {
// "key": "cmd+j",
// "command": "-workbench.action.togglePanel"
// },
// // disable default shortcut for toggling terminal panel to release "Ctrl+`"
// {
// "key": "cmd+oem_3",
// "command": "-workbench.action.terminal.toggleTerminal"
// },
// // set "Ctrl+`" as new shortcut for toggling panel
// {
// "key": "cmd+oem_3",
// "command": "workbench.action.togglePanel"
// }
]
{
"breadcrumbs.enabled": false,
"editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 13,
"editor.fontWeight": "200",
"editor.minimap.scale": 1,
"editor.renderLineHighlight": "gutter",
"editor.rulers": [80,120],
"search.location": "panel",
"sync.gist": "d2804b199b67243283f5a8b780984b9a",
"telemetry.enableTelemetry": false,
"workbench.activityBar.visible": false,
"workbench.colorCustomizations": {
"scrollbar.shadow": "#ffffff00",
"sideBar.foreground": "#818181",
"widget.shadow": "#ffffff00"
},
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": null,
"workbench.statusBar.visible": true,
"workbench.startupEditor": "newUntitledFile",
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.cursorStyle": "line",
"window.restoreWindows": "all",
"explorer.openEditors.visible": 0,
"terminal.explorerKind": "external"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment