Skip to content

Instantly share code, notes, and snippets.

@studio1902
Last active May 4, 2020 16:49
Show Gist options
  • Save studio1902/015808f904b2dc1dfd0a1fd27b0c80c2 to your computer and use it in GitHub Desktop.
Save studio1902/015808f904b2dc1dfd0a1fd27b0c80c2 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-04-14T12:40:14.223Z","extensionVersion":"v3.4.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": "24891be9-dd0f-4757-b3ed-37b7d841e0cf",
"publisherId": "ahdesign.language-antlers",
"publisherDisplayName": "ahdesign"
},
"name": "language-antlers",
"publisher": "ahdesign",
"version": "0.0.4"
},
{
"metadata": {
"id": "6618b055-469c-4f8e-860b-1d25f70d8852",
"publisherId": "cpylua.language-postcss",
"publisherDisplayName": "cpylua"
},
"name": "language-postcss",
"publisher": "cpylua",
"version": "1.1.0"
},
{
"metadata": {
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "felixfbecker.php-debug",
"publisherDisplayName": "felixfbecker"
},
"name": "php-debug",
"publisher": "felixfbecker",
"version": "1.13.0"
},
{
"metadata": {
"id": "529697b9-b343-4b1c-ba2f-f5ef692132d4",
"publisherId": "ms-vscode.sublime-keybindings",
"publisherDisplayName": "ms-vscode"
},
"name": "sublime-keybindings",
"publisher": "ms-vscode",
"version": "4.0.6"
},
{
"metadata": {
"id": "4ae6dc82-7981-4f10-bd81-2d72aec37f39",
"publisherId": "jock.svg",
"publisherDisplayName": "jock"
},
"name": "svg",
"publisher": "jock",
"version": "1.1.7"
},
{
"metadata": {
"id": "3324c5be-43aa-4c39-a0f8-d94c2978804f",
"publisherId": "whatwedo.twig",
"publisherDisplayName": "whatwedo"
},
"name": "twig",
"publisher": "whatwedo",
"version": "1.0.2"
},
{
"metadata": {
"id": "2f5dd8cb-d251-4d70-abfe-ddebcb077483",
"publisherId": "octref.vetur",
"publisherDisplayName": "octref"
},
"name": "vetur",
"publisher": "octref",
"version": "0.24.0"
},
{
"metadata": {
"id": "484d897a-6711-403c-ab54-a96f12be5833",
"publisherId": "Equinusocio.vsc-community-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-community-material-theme",
"publisher": "Equinusocio",
"version": "1.4.1"
},
{
"metadata": {
"id": "dffaf5a1-2219-434b-9d87-cb586fd59260",
"publisherId": "Equinusocio.vsc-material-theme",
"publisherDisplayName": "Equinusocio"
},
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "32.5.0"
},
{
"metadata": {
"id": "8c609a4f-268a-41fb-8fe6-b6fcd95e8113",
"publisherId": "equinusocio.vsc-material-theme-icons",
"publisherDisplayName": "equinusocio"
},
"name": "vsc-material-theme-icons",
"publisher": "equinusocio",
"version": "1.1.4"
},
{
"metadata": {
"id": "1b160753-ae5e-42bb-82ad-d115ce5c10f4",
"publisherId": "be5invis.vscode-custom-css",
"publisherDisplayName": "be5invis"
},
"name": "vscode-custom-css",
"publisher": "be5invis",
"version": "3.0.9"
},
{
"metadata": {
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherDisplayName": "mrmlnc"
},
"name": "vscode-scss",
"publisher": "mrmlnc",
"version": "0.9.0"
},
{
"metadata": {
"id": "4db62a7c-7d70-419c-96d2-6c3a4dc77ea5",
"publisherId": "bradlc.vscode-tailwindcss",
"publisherDisplayName": "bradlc"
},
"name": "vscode-tailwindcss",
"publisher": "bradlc",
"version": "0.2.0"
}
]
// Place your key bindings in this file to override the defaults
[
/**
* Activity Bar
**/
{
"key": "cmd+k cmd+e",
"command": "workbench.view.explorer"
},
{
"key": "cmd+k cmd+v",
"command": "workbench.view.scm"
},
{
"key": "cmd+k cmd+d",
"command": "workbench.view.debug"
},
{
"key": "cmd+k cmd+x",
"command": "workbench.extensions.action.showInstalledExtensions"
},
{
"key": "shift+cmd+w",
"command": "workbench.action.closeWindow"
},
{
"key": "shift+cmd+w",
"command": "-workbench.action.closeWindow"
},
]
{
"breadcrumbs.enabled": false,
"editor.minimap.enabled": false,
"editor.wordWrap": "on",
"editor.fontFamily": "FiraCode-Retina",
"editor.fontLigatures": true,
"editor.lineHeight": 24,
"editor.fontSize": 12,
"editor.renderLineHighlight": "none",
"editor.renderIndentGuides": false,
"emmet.includeLanguages": {
"antlers": "html",
},
"explorer.confirmDragAndDrop": false,
"git.showInlineOpenFileAction": false,
"svg.minify.removeXMLNS": false,
"svg.minify.removeDimensions": true,
"sync.gist": "015808f904b2dc1dfd0a1fd27b0c80c2",
"window.zoomLevel": 0,
"workbench.activityBar.visible": false,
"workbench.editor.enablePreview": false,
"workbench.sideBar.location": "right",
"workbench.statusBar.visible": false,
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Material Theme Palenight",
"workbench.iconTheme": null,
"vscode_custom_css.imports": [
"file:///Users/robdekort/.vscode.css"
],
"workbench.editor.showTabs": false,
"scm.diffDecorations": "none",
"editor.scrollBeyondLastLine": false,
"editor.hideCursorInOverviewRuler": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment