Skip to content

Instantly share code, notes, and snippets.

@adrianlynch
Last active May 29, 2020 01:31
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 adrianlynch/2dca3e4a0daee4fe8c23e7920229d2bf to your computer and use it in GitHub Desktop.
Save adrianlynch/2dca3e4a0daee4fe8c23e7920229d2bf to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-05-29T01:31:33.153Z","extensionVersion":"v3.4.3"}
[
{
"metadata": {
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-close-tag",
"publisher": "formulahendry",
"version": "0.5.7"
},
{
"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": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "10.2.1"
},
{
"metadata": {
"id": "fcf0848c-96b3-487a-a655-01aed955a594",
"publisherId": "jolaleye.horizon-theme-vscode",
"publisherDisplayName": "jolaleye"
},
"name": "horizon-theme-vscode",
"publisher": "jolaleye",
"version": "2.0.2"
},
{
"metadata": {
"id": "c16f95f6-9b42-4a24-9bf4-245d4ea54fc5",
"publisherId": "bradgashler.htmltagwrap",
"publisherDisplayName": "bradgashler"
},
"name": "htmltagwrap",
"publisher": "bradgashler",
"version": "0.0.7"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "4.7.0"
},
{
"metadata": {
"id": "aae0701b-111f-49c1-9000-abd37a442f28",
"publisherId": "WallabyJs.quokka-vscode",
"publisherDisplayName": "WallabyJs"
},
"name": "quokka-vscode",
"publisher": "WallabyJs",
"version": "1.0.290"
},
{
"metadata": {
"id": "bfde0096-d13f-4161-9bed-32a535438701",
"publisherId": "hex-ci.stylelint-plus",
"publisherDisplayName": "hex-ci"
},
"name": "stylelint-plus",
"publisher": "hex-ci",
"version": "0.52.10"
},
{
"metadata": {
"id": "f7ca3c4f-a370-4a7f-8691-7ad0f29f8275",
"publisherId": "JamesBirtles.svelte-vscode",
"publisherDisplayName": "JamesBirtles"
},
"name": "svelte-vscode",
"publisher": "JamesBirtles",
"version": "0.9.3"
},
{
"metadata": {
"id": "dd7c983e-6359-4955-94eb-c83b94edd844",
"publisherId": "howardzuo.vscode-favorites",
"publisherDisplayName": "howardzuo"
},
"name": "vscode-favorites",
"publisher": "howardzuo",
"version": "1.8.0"
},
{
"metadata": {
"id": "23a5e256-b1ad-4429-9935-de94650ada56",
"publisherId": "mrmlnc.vscode-postcss-sorting",
"publisherDisplayName": "mrmlnc"
},
"name": "vscode-postcss-sorting",
"publisher": "mrmlnc",
"version": "3.0.1"
},
{
"metadata": {
"id": "69ddd764-339a-4ecc-97c1-9c4ece58e36d",
"publisherId": "GitHub.vscode-pull-request-github",
"publisherDisplayName": "GitHub"
},
"name": "vscode-pull-request-github",
"publisher": "GitHub",
"version": "0.16.0"
},
{
"metadata": {
"id": "beb68b20-7c55-471c-9b63-3486f9423566",
"publisherId": "mrmlnc.vscode-scss",
"publisherDisplayName": "mrmlnc"
},
"name": "vscode-scss",
"publisher": "mrmlnc",
"version": "0.9.0"
},
{
"metadata": {
"id": "28fcf0b8-26a5-4e99-9b8d-02e990366c6f",
"publisherId": "tombonnike.vscode-status-bar-format-toggle",
"publisherDisplayName": "tombonnike"
},
"name": "vscode-status-bar-format-toggle",
"publisher": "tombonnike",
"version": "2.0.0"
},
{
"metadata": {
"id": "0cb81da2-1880-4755-9995-0ae9cc728e20",
"publisherId": "DotJoshJohnson.xml",
"publisherDisplayName": "DotJoshJohnson"
},
"name": "xml",
"publisher": "DotJoshJohnson",
"version": "2.5.0"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+k",
"command": "workbench.action.terminal.clear",
"when": "terminalFocus"
},
{
"key": "ctrl+alt+cmd+,",
"command": "workbench.action.terminal.focusNext"
},
{
"key": "ctrl+alt+cmd+.",
"command": "workbench.action.terminal.focusPrevious"
}
]
{
// Place your settings in this file to overwrite the default settings
// Editor
"editor.fontFamily": "'JetBrains Mono', 'Input', Menlo, Monaco, 'Courier New', monospace",
"editor.fontWeight": "100",
"editor.fontSize": 12,
"editor.lineHeight": 28,
"editor.fontLigatures": true,
"editor.tabSize": 2,
"editor.formatOnSave": false,
"editor.formatOnType": false,
"editor.minimap.enabled": true,
"files.autoSave": "off",
"typescript.check.npmIsInstalled": false,
"window.zoomLevel": 0,
"workbench.sideBar.location": "left",
"workbench.statusBar.visible": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Horizon",
// PHP
// [PLUGIN] PHP-CS-FIXER
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
"php-cs-fixer.onsave": true,
"php-cs-fixer.rules": "@Symfony",
"php-cs-fixer.autoFixByBracket": true,
"php-cs-fixer.autoFixBySemicolon": false,
"php-cs-fixer.formatHtml": false,
"php-cs-fixer.documentFormattingProvider": true,
// HTML
// [VSC] Defaults
"html.autoClosingTags": false,
"html.format.enable": false,
"html.suggest.html5": true,
"html.format.wrapLineLength": 0,
// [PLUGIN] Auto Close
"auto-close-tag.enableAutoCloseTag": true,
"auto-close-tag.enableAutoCloseSelfClosingTag": true,
// XML
// [PLUGIN] xmlTools
"xmlTools.splitXmlnsOnFormat": false,
// Javascript
// [VSC] Defaults
"javascript.validate.enable": false,
"javascript.format.enable": false,
//[PLUGIN] Syncing
"sync.gist": "2dca3e4a0daee4fe8c23e7920229d2bf",
"sync.lastUpload": "2017-12-21T06:50:06.387Z",
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"git.autofetch": true,
"php-cs-fixer.lastDownload": 1574756757781,
"explorer.confirmDragAndDrop": false,
"extensions.ignoreRecommendations": true,
"terminal.integrated.fontFamily": "Source Code Pro",
"sync.forceUpload": true,
"editor.formatOnSaveTimeout": 5000,
"aws.telemetry": true,
"aws.profile": "default",
"gitlens.views.repositories.location": "gitlens",
"gitlens.views.fileHistory.location": "gitlens",
"gitlens.views.lineHistory.location": "gitlens",
"gitlens.views.compare.location": "gitlens",
"gitlens.views.search.location": "gitlens",
"git.confirmSync": false,
"editor.formatOnPaste": false,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "all",
"gitlens.views.repositories.files.layout": "tree"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment