Skip to content

Instantly share code, notes, and snippets.

@MarioRinaldi
Last active July 9, 2019 14:09
Show Gist options
  • Save MarioRinaldi/19446d7260ad3a6798195b9b289534bf to your computer and use it in GitHub Desktop.
Save MarioRinaldi/19446d7260ad3a6798195b9b289534bf to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-05-07T16:17:07.368Z","extensionVersion":"v3.2.9"}
[
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.2.9"
},
{
"metadata": {
"id": "1ec62ca5-d7f9-4ddb-a882-e8d018c0aefd",
"publisherId": "msjsdiag.debugger-for-chrome",
"publisherDisplayName": "msjsdiag"
},
"name": "debugger-for-chrome",
"publisher": "msjsdiag",
"version": "4.11.3"
},
{
"metadata": {
"id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588",
"publisherId": "EditorConfig.EditorConfig",
"publisherDisplayName": "EditorConfig"
},
"name": "EditorConfig",
"publisher": "EditorConfig",
"version": "0.13.0"
},
{
"metadata": {
"id": "5db78037-f674-459f-a236-db622c427c5b",
"publisherId": "PKief.material-icon-theme",
"publisherDisplayName": "PKief"
},
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.7.0"
},
{
"metadata": {
"id": "583b2b34-2c1e-4634-8c0b-0b82e283ea3a",
"publisherId": "dbaeumer.vscode-eslint",
"publisherDisplayName": "dbaeumer"
},
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "1.8.2"
},
{
"metadata": {
"id": "9ccc1dd7-7ec4-4a46-bd4f-7d7b8b9d322a",
"publisherId": "vscode-icons-team.vscode-icons",
"publisherDisplayName": "vscode-icons-team"
},
"name": "vscode-icons",
"publisher": "vscode-icons-team",
"version": "8.6.0"
}
]
{
"workbench.iconTheme": "material-icon-theme",
"emmet.includeLanguages": {
"html": "html",
"javascript": "javascriptreact"
},
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 5000,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.shell.osx": "zsh",
"editor.cursorBlinking": "phase",
"files.insertFinalNewline": true,
"editor.renderWhitespace": "all",
"editor.rulers": [
80,
100
],
"editor.smoothScrolling": true,
"editor.cursorSmoothCaretAnimation": true,
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"breadcrumbs.enabled": true,
"explorer.openEditors.visible": 0,
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
"editor.minimap.renderCharacters": false,
"editor.minimap.maxColumn": 100,
"editor.minimap.showSlider": "always",
"editor.minimap.side": "right",
"editor.lineNumbers": "on",
"editor.renderIndentGuides": true,
"editor.minimap.enabled": true,
"vsicons.projectDetection.autoReload": true,
"workbench.sideBar.location": "left",
"workbench.activityBar.visible": true,
"workbench.colorTheme": "Visual Studio Light",
"window.zoomLevel": 0,
"editor.fontSize": 14,
"editor.renderControlCharacters": true,
"editor.fontFamily": "'DejaVu LGC Sans Code','Courier New'",
"editor.fontLigatures": true,
"workbench.statusBar.visible": true,
"editor.wordWrap": "wordWrapColumn",
"editor.wrappingIndent":"indent",
"editor.wordWrapColumn": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment