Skip to content

Instantly share code, notes, and snippets.

@bvsbrk
Created March 5, 2021 10:43
Show Gist options
  • Save bvsbrk/70ecd94f8d84f88ec428c241b8d562fc to your computer and use it in GitHub Desktop.
Save bvsbrk/70ecd94f8d84f88ec428c241b8d562fc to your computer and use it in GitHub Desktop.
VSCode's Settings - Syncing
[
{
"id": "aaron-bond.better-comments",
"name": "better-comments",
"publisher": "aaron-bond",
"version": "2.0.5"
},
{
"id": "ahmadawais.shades-of-purple",
"name": "shades-of-purple",
"publisher": "ahmadawais",
"version": "6.12.0"
},
{
"id": "bubersson.theme-hop-light",
"name": "theme-hop-light",
"publisher": "bubersson",
"version": "0.0.4"
},
{
"id": "burkeholland.simple-react-snippets",
"name": "simple-react-snippets",
"publisher": "burkeholland",
"version": "1.2.3"
},
{
"id": "CoenraadS.bracket-pair-colorizer",
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.61"
},
{
"id": "dbaeumer.vscode-eslint",
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.9.1"
},
{
"id": "dkundel.vscode-new-file",
"name": "vscode-new-file",
"publisher": "dkundel",
"version": "4.0.2"
},
{
"id": "donjayamanne.githistory",
"name": "githistory",
"publisher": "donjayamanne",
"version": "0.6.14"
},
{
"id": "dsznajder.es7-react-js-snippets",
"name": "es7-react-js-snippets",
"publisher": "dsznajder",
"version": "2.8.0"
},
{
"id": "eamodio.gitlens",
"name": "gitlens",
"publisher": "eamodio",
"version": "10.2.3"
},
{
"id": "eg2.vscode-npm-script",
"name": "vscode-npm-script",
"publisher": "eg2",
"version": "0.3.11"
},
{
"id": "esbenp.prettier-vscode",
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "3.20.0"
},
{
"id": "GrapeCity.gc-excelviewer",
"name": "gc-excelviewer",
"publisher": "GrapeCity",
"version": "2.1.35"
},
{
"id": "grimmer.vscode-back-forward-button",
"name": "vscode-back-forward-button",
"publisher": "grimmer",
"version": "0.1.2"
},
{
"id": "HookyQR.beautify",
"name": "beautify",
"publisher": "HookyQR",
"version": "1.5.0"
},
{
"id": "jasonnutter.search-node-modules",
"name": "search-node-modules",
"publisher": "jasonnutter",
"version": "1.3.0"
},
{
"id": "mikestead.dotenv",
"name": "dotenv",
"publisher": "mikestead",
"version": "1.0.1"
},
{
"id": "ms-python.python",
"name": "python",
"publisher": "ms-python",
"version": "2020.2.64397"
},
{
"id": "msjsdiag.debugger-for-chrome",
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.12.4"
},
{
"id": "mskelton.one-dark-theme",
"name": "one-dark-theme",
"publisher": "mskelton",
"version": "1.3.1"
},
{
"id": "nonoroazoro.syncing",
"name": "syncing",
"publisher": "nonoroazoro",
"version": "3.1.0"
},
{
"id": "PKief.material-icon-theme",
"name": "material-icon-theme",
"publisher": "PKief",
"version": "4.4.0"
},
{
"id": "pranaygp.vscode-css-peek",
"name": "vscode-css-peek",
"publisher": "pranaygp",
"version": "4.1.0"
},
{
"id": "ritwickdey.LiveServer",
"name": "LiveServer",
"publisher": "ritwickdey",
"version": "5.6.1"
},
{
"id": "sdras.night-owl",
"name": "night-owl",
"publisher": "sdras",
"version": "2.0.0"
},
{
"id": "techer.open-in-browser",
"name": "open-in-browser",
"publisher": "techer",
"version": "2.0.0"
},
{
"id": "vscode-icons-team.vscode-icons",
"name": "vscode-icons",
"publisher": "vscode-icons-team",
"version": "10.2.0"
},
{
"id": "WallabyJs.quokka-vscode",
"name": "quokka-vscode",
"publisher": "WallabyJs",
"version": "1.0.345"
},
{
"id": "wesbos.theme-cobalt2",
"name": "theme-cobalt2",
"publisher": "wesbos",
"version": "2.2.5"
},
{
"id": "xabikos.JavaScriptSnippets",
"name": "JavaScriptSnippets",
"publisher": "xabikos",
"version": "1.8.0"
},
{
"id": "zhuangtongfa.Material-theme",
"name": "Material-theme",
"publisher": "zhuangtongfa",
"version": "2.28.3"
},
{
"id": "Zignd.html-css-class-completion",
"name": "html-css-class-completion",
"publisher": "Zignd",
"version": "1.19.0"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "cmd+left",
"command": "workbench.action.quickInputBack",
"when": "inQuickOpen"
},
{
"key": "ctrl+-",
"command": "-workbench.action.quickInputBack",
"when": "inQuickOpen"
},
{
"key": "cmd+right",
"command": "workbench.action.navigateForward"
},
{
"key": "ctrl+shift+-",
"command": "-workbench.action.navigateForward"
},
{
"key": "alt+t",
"command": "workbench.action.closeOtherEditors"
},
{
"key": "alt+cmd+t",
"command": "-workbench.action.closeOtherEditors"
},
{
"key": "alt+cmd+l",
"command": "editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+f",
"command": "-editor.action.formatDocument",
"when": "editorHasDocumentFormattingProvider && editorHasDocumentFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "alt+cmd+l",
"command": "editor.action.formatSelection",
"when": "editorHasDocumentSelectionFormattingProvider && editorHasDocumentSelectionFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "cmd+k cmd+f",
"command": "-editor.action.formatSelection",
"when": "editorHasDocumentSelectionFormattingProvider && editorHasDocumentSelectionFormattingProvider && editorTextFocus && !editorReadonly"
},
{
"key": "alt+f",
"command": "workbench.files.action.showActiveFileInExplorer"
}
]
{
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Cobalt2",
"window.zoomLevel": 1.5,
"explorer.confirmDragAndDrop": false,
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"gitlens.hovers.currentLine.over": "line",
"gitlens.codeLens.enabled": false,
"gitlens.currentLine.enabled": false,
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"files.autoSaveDelay": 500,
"editor.fontLigatures": true,
"editor.fontWeight": "200",
"terminal.integrated.cursorBlinking": true,
"search.exclude": {
"**/build": true,
"**/node_modules": true,
"**/bower_components": true,
"**/jspm_packages": true,
"**/typings": true,
"**/dist": true,
"**/dll": true
},
"editor.fontSize": 13,
"prettier.tabWidth": 4,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"workbench.editor.restoreViewState": true,
"workbench.editor.enablePreview": false,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"terminal.integrated.fontSize": 8,
"prettier.jsxSingleQuote": true,
"prettier.singleQuote": true,
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"explorer.confirmDelete": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment