Skip to content

Instantly share code, notes, and snippets.

@Averethel
Last active January 13, 2020 10:16
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 Averethel/ad57e9ca0d3c15d4d6b092597c2a0e70 to your computer and use it in GitHub Desktop.
Save Averethel/ad57e9ca0d3c15d4d6b092597c2a0e70 to your computer and use it in GitHub Desktop.
vscode settings
[
{
"id": "bierner.markdown-preview-github-styles",
"name": "markdown-preview-github-styles",
"publisher": "bierner",
"version": "0.1.6"
},
{
"id": "codezombiech.gitignore",
"name": "gitignore",
"publisher": "codezombiech",
"version": "0.6.0"
},
{
"id": "CoenraadS.bracket-pair-colorizer",
"name": "bracket-pair-colorizer",
"publisher": "CoenraadS",
"version": "1.0.61"
},
{
"id": "eamodio.gitlens",
"name": "gitlens",
"publisher": "eamodio",
"version": "10.2.0"
},
{
"id": "eg2.tslint",
"name": "tslint",
"publisher": "eg2",
"version": "1.0.44"
},
{
"id": "Equinusocio.vsc-material-theme",
"name": "vsc-material-theme",
"publisher": "Equinusocio",
"version": "30.0.0"
},
{
"id": "esbenp.prettier-vscode",
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "3.11.0"
},
{
"id": "kisstkondoros.vscode-gutter-preview",
"name": "vscode-gutter-preview",
"publisher": "kisstkondoros",
"version": "0.23.0"
},
{
"id": "mikestead.dotenv",
"name": "dotenv",
"publisher": "mikestead",
"version": "1.0.1"
},
{
"id": "ms-azuretools.vscode-docker",
"name": "vscode-docker",
"publisher": "ms-azuretools",
"version": "0.8.2"
},
{
"id": "ms-vscode.atom-keybindings",
"name": "atom-keybindings",
"publisher": "ms-vscode",
"version": "3.0.6"
},
{
"id": "nobuhito.printcode",
"name": "printcode",
"publisher": "nobuhito",
"version": "3.0.0"
},
{
"id": "nonoroazoro.syncing",
"name": "syncing",
"publisher": "nonoroazoro",
"version": "3.0.13"
},
{
"id": "PKief.material-icon-theme",
"name": "material-icon-theme",
"publisher": "PKief",
"version": "3.9.2"
},
{
"id": "richie5um2.vscode-sort-json",
"name": "vscode-sort-json",
"publisher": "richie5um2",
"version": "1.18.0"
},
{
"id": "Shan.code-settings-sync",
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"id": "shinnn.stylelint",
"name": "stylelint",
"publisher": "shinnn",
"version": "0.51.0"
},
{
"id": "spywhere.guides",
"name": "guides",
"publisher": "spywhere",
"version": "0.9.3"
},
{
"id": "VisualStudioExptTeam.vscodeintellicode",
"name": "vscodeintellicode",
"publisher": "VisualStudioExptTeam",
"version": "1.2.0"
},
{
"id": "wayou.vscode-todo-highlight",
"name": "vscode-todo-highlight",
"publisher": "wayou",
"version": "1.0.4"
},
{
"id": "yzhang.markdown-all-in-one",
"name": "markdown-all-in-one",
"publisher": "yzhang",
"version": "2.5.1"
}
]
{
"atomKeymap.promptV3Features": true,
"breadcrumbs.enabled": true,
"editor.detectIndentation": true,
"editor.fontFamily": "FiraCode-Retina, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.formatOnPaste": true,
"editor.insertSpaces": true,
"editor.minimap.maxColumn": 200,
"editor.minimap.renderCharacters": false,
"editor.minimap.showSlider": "always",
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderWhitespace": "all",
"editor.suggestSelection": "first",
"editor.tabSize": 2,
"editor.smoothScrolling": true,
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": true,
"emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"explorer.openEditors.visible": 0,
"files.autoSave": "onFocusChange",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"javascript.preferences.importModuleSpecifier": "non-relative",
"tslint.autoFixOnSave": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName}",
"window.zoomLevel": 0,
"workbench.colorTheme": "Material Theme Darker High Contrast",
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.iconTheme": "material-icon-theme",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"workbench.statusBar.feedback.visible": false,
"editor.renderIndentGuides": false,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"javascript.updateImportsOnFileMove.enabled": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment