settings.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "git.ignoreMissingGitWarning": true,
  3. "workbench.startupEditor": "newUntitledFile",
  4. "workbench.statusBar.feedback.visible": false,
  5. "workbench.statusBar.visible": true,
  6. "files.defaultLanguage": "html",
  7. "workbench.editor.tabSizing": "shrink",
  8. "editor.detectIndentation": false,
  9. "editor.glyphMargin": false,
  10. "editor.smoothScrolling": true,
  11. "emmet.triggerExpansionOnTab": true,
  12. "editor.suggestOnTriggerCharacters": false,
  13. "terminal.integrated.fontSize": 15,
  14. "window.zoomLevel": -1,
  15. "editor.wordWrap": "on",
  16. "editor.multiCursorModifier": "ctrlCmd",
  17. "editor.minimap.enabled": false,
  18. "window.menuBarVisibility": "toggle",
  19. "workbench.colorTheme": "Monokai",
  20. "terminal.integrated.rendererType": "dom",
  21. "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
  22. "workbench.colorCustomizations": {
  23. "activityBarBadge.background": "#00BCD4",
  24. "list.activeSelectionForeground": "#00BCD4",
  25. "list.inactiveSelectionForeground": "#00BCD4",
  26. "list.highlightForeground": "#00BCD4",
  27. "scrollbarSlider.activeBackground": "#00BCD450",
  28. "editorSuggestWidget.highlightForeground": "#00BCD4",
  29. "textLink.foreground": "#00BCD4",
  30. "progressBar.background": "#00BCD4",
  31. "pickerGroup.foreground": "#00BCD4",
  32. "tab.activeBorder": "#00BCD4",
  33. "notificationLink.foreground": "#00BCD4",
  34. "editorWidget.resizeBorder": "#00BCD4",
  35. "editorWidget.border": "#00BCD4",
  36. "settings.modifiedItemIndicator": "#00BCD4",
  37. "settings.headerForeground": "#00BCD4",
  38. "panelTitle.activeBorder": "#00BCD4",
  39. "breadcrumb.activeSelectionForeground": "#00BCD4",
  40. "menu.selectionForeground": "#00BCD4",
  41. "menubar.selectionForeground": "#00BCD4",
  42. "editor.findMatchBorder": "#00BCD4",
  43. "selection.background": "#00BCD440"
  44. },
  45. "materialTheme.accent": "Cyan",
  46. "editor.formatOnPaste": true,
  47. "ecsstractor_port.comment_style": "//",
  48. "editor.snippetSuggestions": "top",
  49. "liveServer.settings.donotShowInfoMsg": true,
  50. "liveSassCompile.settings.formats": [
  51. {
  52. "format": "expanded",
  53. "extensionName": ".css",
  54. "savePath": "/css"
  55. }
  56. ],
  57. "workbench.preferredDarkColorTheme": "Material Theme",
  58. "files.autoSave": "onFocusChange"
  59. }