Skip to content

Instantly share code, notes, and snippets.

@olore
Created September 14, 2018 18:15
Show Gist options
  • Save olore/2575bbf0ed053f570e003882be9947ec to your computer and use it in GitHub Desktop.
Save olore/2575bbf0ed053f570e003882be9947ec to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-09-14T18:15:52.424Z","extensionVersion":"v3.1.2"}
[
{
"metadata": {
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660",
"publisherId": "CoenraadS.bracket-pair-colorizer",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.59"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.1.2"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "8.5.6"
},
{
"metadata": {
"id": "98790d67-10fa-497c-9113-f6c7489207b2",
"publisherId": "yzhang.markdown-all-in-one",
"publisherDisplayName": "yzhang"
},
"name": "markdown-all-in-one",
"publisher": "yzhang",
"version": "1.6.0"
},
{
"metadata": {
"id": "e58f546c-babc-455f-a265-ba40dbd140d4",
"publisherId": "sdras.night-owl",
"publisherDisplayName": "sdras"
},
"name": "night-owl",
"publisher": "sdras",
"version": "0.4.1"
},
{
"metadata": {
"id": "61258b9a-f982-4b5a-993b-25efd1d954af",
"publisherId": "awesomektvn.scratchpad",
"publisherDisplayName": "awesomektvn"
},
"name": "scratchpad",
"publisher": "awesomektvn",
"version": "0.1.0"
},
{
"metadata": {
"id": "513cf511-3894-4ee2-8c34-13ab83ddfd37",
"publisherId": "eg2.tslint",
"publisherDisplayName": "eg2"
},
"name": "tslint",
"publisher": "eg2",
"version": "1.0.39"
},
{
"metadata": {
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03",
"publisherId": "vscodevim.vim",
"publisherDisplayName": "vscodevim"
},
"name": "vim",
"publisher": "vscodevim",
"version": "0.16.4"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.6.0"
}
]
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "cmd+b",
"command": "workbench.files.action.showActiveFileInExplorer"
// },
// { "key": "cmd+k",
// "command": "workbench.action.terminal.clear",
// "when": "terminalFocus"
},
{ "key": "cmd+1",
"command": "workbench.action.toggleSidebarVisibility"
}
]
// Place your settings in this file to overwrite the default settings
{
"http.proxyStrictSSL": false,
"window.zoomLevel": 0,
"editor.tabSize": 2,
"telemetry.enableTelemetry": false,
"typescript.preferences.quoteStyle": "single",
"files.autoSave": "afterDelay",
"editor.minimap.enabled": false,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"editor.fontFamily": "'Fira Code'",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.fontWeight": "normal",
// "workbench.colorTheme": "Night Owl",
// "workbench.colorTheme": "Solarized Dark",
// "workbench.colorTheme": "Visual Studio Dark",
"workbench.editor.enablePreview": false,
"explorer.autoReveal": false,
"gitlens.historyExplorer.enabled": true,
"workbench.tree.horizontalScrolling": true,
"gitlens.advanced.telemetry.enabled": false,
"editor.dragAndDrop": false,
"[plaintext]": { },
"files.associations": {
"*.stage": "groovy",
"*.jenkins": "groovy"
},
"workbench.statusBar.feedback.visible": false,
"files.watcherExclude":{
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/.cache_loader/**": true,
"**/_packages/**": true,
"**/build": true
},
"search.exclude": {
"**/build": true,
"**/.cache-loader": true,
"**/node_modules": true,
"**/bower_components": true
},
"terminal.integrated.scrollback": 100000,
"breadcrumbs.enabled": true,
"sync.gist": "",
"sync.quietSync": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment