Skip to content

Instantly share code, notes, and snippets.

@ricalamino
Last active August 13, 2020 16:13
Show Gist options
  • Save ricalamino/b178255674f30cc2a17ad8cc7add6f97 to your computer and use it in GitHub Desktop.
Save ricalamino/b178255674f30cc2a17ad8cc7add6f97 to your computer and use it in GitHub Desktop.
VSCode's Settings - Syncing
[
{
"id": "CoenraadS.bracket-pair-colorizer-2",
"name": "bracket-pair-colorizer-2",
"publisher": "CoenraadS",
"version": "0.2.0"
},
{
"id": "dbaeumer.vscode-eslint",
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "2.1.8"
},
{
"id": "eamodio.gitlens",
"name": "gitlens",
"publisher": "eamodio",
"version": "10.2.2"
},
{
"id": "esbenp.prettier-vscode",
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "5.1.3"
},
{
"id": "foam.foam-vscode",
"name": "foam-vscode",
"publisher": "foam",
"version": "0.3.1"
},
{
"id": "kortina.vscode-markdown-notes",
"name": "vscode-markdown-notes",
"publisher": "kortina",
"version": "0.0.13"
},
{
"id": "mechatroner.rainbow-csv",
"name": "rainbow-csv",
"publisher": "mechatroner",
"version": "1.7.1"
},
{
"id": "mrmlnc.vscode-scss",
"name": "vscode-scss",
"publisher": "mrmlnc",
"version": "0.9.0"
},
{
"id": "MS-CEINTL.vscode-language-pack-pt-BR",
"name": "vscode-language-pack-pt-BR",
"publisher": "MS-CEINTL",
"version": "1.48.1"
},
{
"id": "ms-vscode-remote.remote-wsl",
"name": "remote-wsl",
"publisher": "ms-vscode-remote",
"version": "0.44.4"
},
{
"id": "naumovs.color-highlight",
"name": "color-highlight",
"publisher": "naumovs",
"version": "2.3.0"
},
{
"id": "naumovs.theme-oceanicnext",
"name": "theme-oceanicnext",
"publisher": "naumovs",
"version": "0.0.4"
},
{
"id": "nonoroazoro.syncing",
"name": "syncing",
"publisher": "nonoroazoro",
"version": "3.0.13"
},
{
"id": "philipbe.theme-gray-matter",
"name": "theme-gray-matter",
"publisher": "philipbe",
"version": "1.6.0"
},
{
"id": "svelte.svelte-vscode",
"name": "svelte-vscode",
"publisher": "svelte",
"version": "101.9.1"
},
{
"id": "tchayen.markdown-links",
"name": "markdown-links",
"publisher": "tchayen",
"version": "0.7.0"
},
{
"id": "tearoom6.s3uploader-vscode",
"name": "s3uploader-vscode",
"publisher": "tearoom6",
"version": "1.0.0"
},
{
"id": "tomoki1207.vscode-input-sequence",
"name": "vscode-input-sequence",
"publisher": "tomoki1207",
"version": "0.2.0"
},
{
"id": "yzhang.markdown-all-in-one",
"name": "markdown-all-in-one",
"publisher": "yzhang",
"version": "3.2.0"
}
]
{
"window.zoomLevel": -1,
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\wsl.exe",
"window.menuBarVisibility": "default",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"gitlens.advanced.messages": {
"suppressFileNotUnderSourceControlWarning": true,
"suppressShowKeyBindingsNotice": true
},
"gitlens.codeLens.authors.enabled": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Oceanic Next (dimmed bg)",
"html.format.wrapAttributes": "aligned-multiple",
"gitlens.views.fileHistory.enabled": true,
"gitlens.views.lineHistory.enabled": true,
"editor.minimap.enabled": true,
"git.autofetch": true,
"files.exclude": {
"**/.git": false
},
"workbench.statusBar.visible": true,
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"eslint.format.enable": true,
"eslint.alwaysShowStatus": true,
"git.confirmSync": false,
"s3uploader-vscode.basic.s3BucketName": "foam",
"javascript.updateImportsOnFileMove.enabled": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment