1
0

settings.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. {
  2. "window.zoomLevel": 0,
  3. "editor.fontFamily": "Inconsolata-g, Menlo, Monaco, 'Courier New', monospace",
  4. "editor.fontSize": 12,
  5. "editor.tabSize": 2,
  6. "editor.renderWhitespace": "boundary",
  7. "editor.rulers": [
  8. 80,
  9. 100
  10. ],
  11. "files.autoSave": "off",
  12. "editor.minimap.enabled": true,
  13. "editor.minimap.maxColumn": 40,
  14. // unsupported, but works:
  15. "editor.scrollbar.verticalScrollbarSize": 5,
  16. "editor.renderIndentGuides": true,
  17. "typescript.check.npmIsInstalled": false,
  18. "javascript.validate.enable": true,
  19. "git.countBadge": "tracked",
  20. "window.newWindowDimensions": "inherit",
  21. "workbench.editor.tabCloseButton": "off",
  22. "files.trimTrailingWhitespace": true,
  23. "window.titleBarStyle": "custom",
  24. "git.confirmSync": false,
  25. "workbench.sideBar.location": "right",
  26. "files.insertFinalNewline": true,
  27. "window.title": "${rootName}${separator}${activeEditorMedium} ${dirty}",
  28. "editor.multiCursorModifier": "ctrlCmd",
  29. "workbench.startupEditor": "none",
  30. "workbench.activityBar.visible": true,
  31. "files.associations": {
  32. "*.js": "javascriptreact",
  33. "*.svg": "xml"
  34. },
  35. "[ruby]": {
  36. "editor.wordWrap": "on"
  37. },
  38. // "editor.glyphMargin": false,
  39. "editor.snippetSuggestions": "top",
  40. "search.useIgnoreFiles": true,
  41. "explorer.confirmDelete": false,
  42. "problems.decorations.enabled": true,
  43. "explorer.decorations.colors": true,
  44. "editor.lineNumbers": "interval",
  45. "gitlens.blame.format": "${sha|20?} ${ago|12-}",
  46. "gitlens.codeLens.scopes": [
  47. "document",
  48. "containers",
  49. "blocks"
  50. ],
  51. "gitlens.codeLens.symbolScopes": [
  52. "Function"
  53. ],
  54. "diffEditor.ignoreTrimWhitespace": true,
  55. "gitlens.gitExplorer.view": "repository",
  56. "gitlens.hovers.currentLine.over": "line",
  57. "gitlens.blame.highlight.locations": [
  58. "line",
  59. "overview"
  60. ],
  61. "vscodeWorkspaceSwitcher.paths": [
  62. "~/Documents/activepipe",
  63. "~/Documents/repos"
  64. ],
  65. "workbench.colorTheme": "Night Owl", // or Dark+ (contrast)
  66. "workbench.colorCustomizations": {
  67. "[Dark+ (contrast)]": {
  68. "activityBar.background": "#000000",
  69. "sideBar.background": "#050505",
  70. "sideBar.border": "#333",
  71. "editorGroup.emptyBackground": "#151515",
  72. "editorGroupHeader.tabsBackground": "#151515",
  73. "editorCodeLens.foreground": "#666",
  74. "editorRuler.foreground": "#151515",
  75. "editorWidget.background": "#151515",
  76. "editorWidget.border": "#666",
  77. "editor.lineHighlightBorder": "#151515",
  78. "titleBar.border": "#333333",
  79. // "statusBar.background": "#334455",
  80. "editorIndentGuide.activeBackground": "#555555"
  81. },
  82. },
  83. "bookmarks.navigateThroughAllFiles": true,
  84. "debug.openExplorerOnEnd": true,
  85. "scm.diffDecorationsGutterWidth": 2,
  86. "workbench.statusBar.feedback.visible": false,
  87. "gitlens.gitExplorer.files.layout": "auto",
  88. "gitlens.gitExplorer.branches.layout": "list",
  89. "githubNotificationsBell.icon": "pulse", // pulse, mark-github
  90. "gitTreeCompare.iconsMinimal": true,
  91. "gitlens.codeLens.recentChange.command": "gitlens.diffWithPrevious",
  92. "gitlens.heatmap.toggleMode": "window",
  93. "gitlens.hovers.annotations.over": "annotation",
  94. "gitlens.recentChanges.highlight.locations": [
  95. "line",
  96. "overview"
  97. ],
  98. "gitlens.hovers.annotations.changes": false,
  99. "gitlens.hovers.currentLine.details": false,
  100. "gitlens.recentChanges.toggleMode": "window",
  101. "gitlens.statusBar.alignment": "left",
  102. "gitlens.statusBar.format": "${ago}: \"${message}\"",
  103. "editor.find.seedSearchStringFromSelection": false,
  104. "gitlens.statusBar.reduceFlicker": true,
  105. "git.enableSmartCommit": true,
  106. "git.defaultCloneDirectory": "/Users/tom/Documents/repos",
  107. "terminal.external.osxExec": "/Applications/iTerm.app/Contents/MacOS/iTerm2",
  108. "editor.matchBrackets": false,
  109. "extensions.ignoreRecommendations": true,
  110. "workbench.editor.showTabs": true,
  111. "versionlens.showVersionLensesAtStartup": false,
  112. "npm.enableScriptExplorer": true,
  113. "emojisense.languages": {
  114. "markdown": true,
  115. "plaintext": {
  116. "markupCompletionsEnabled": false,
  117. "emojiDecoratorsEnabled": false
  118. },
  119. "git-commit": true,
  120. "todo": true,
  121. },
  122. "gitlens.menus": {
  123. "editor": {
  124. "blame": true,
  125. "clipboard": true,
  126. "compare": false,
  127. "details": true,
  128. "history": true,
  129. "remote": true
  130. },
  131. "editorGroup": {
  132. "blame": true,
  133. "compare": false,
  134. "history": true,
  135. "remote": true
  136. },
  137. "editorTab": {
  138. "compare": false,
  139. "history": true,
  140. "remote": true
  141. },
  142. "explorer": {
  143. "compare": false,
  144. "history": true,
  145. "remote": false
  146. }
  147. },
  148. "gitlens.settings.mode": "advanced",
  149. "gitlens.currentLine.format": "${agoOrDate} • ${id} • ${message}",
  150. "gitlens.blame.avatars": false,
  151. "gitlens.currentLine.enabled": false,
  152. "gitlens.blame.ignoreWhitespace": true,
  153. "extensions.showRecommendationsOnlyOnDemand": true,
  154. "prettier.requireConfig": true,
  155. "javascript.updateImportsOnFileMove.enabled": "always",
  156. "search.smartCase": true,
  157. "search.location": "panel",
  158. "breadcrumbs.enabled": true,
  159. "explorer.confirmDragAndDrop": false,
  160. "nasc-touchbar.addCursorBelow": false,
  161. "nasc-touchbar.togglePanel": false,
  162. "nasc-touchbar.showCommands": true,
  163. "macros": {
  164. "autoFixAll": [
  165. "tslint.fixAllProblems",
  166. "eslint.executeAutofix",
  167. ]
  168. },
  169. "typescript.updateImportsOnFileMove.enabled": "always",
  170. "workbench.statusBar.visible": true,
  171. "git.detectSubmodules": false,
  172. "workbench.editor.highlightModifiedTabs": true,
  173. "ruby.rubocop.onSave": false,
  174. "gitlens.views.repositories.branches.layout": "list",
  175. "gitlens.views.fileHistory.enabled": false,
  176. "gitlens.views.lineHistory.enabled": false,
  177. "gitlens.views.compare.files.layout": "auto",
  178. "gitlens.views.search.files.layout": "auto",
  179. "diffEditor.renderSideBySide": true,
  180. "yaml.schemas": {
  181. "none": "pipeline.yaml"
  182. },
  183. "editor.smoothScrolling": true,
  184. "typescript.suggest.completeFunctionCalls": true,
  185. "javascript.suggest.completeFunctionCalls": true,
  186. "terminal.integrated.copyOnSelection": true,
  187. "gitlens.views.compare.avatars": false,
  188. "gitlens.views.repositories.avatars": false,
  189. "gitlens.views.search.avatars": false,
  190. "editor.minimap.renderCharacters": false,
  191. "errorLens.addAnnotationTextPrefixes": false,
  192. "editor.suggestSelection": "first",
  193. "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  194. "bracket-pair-colorizer-2.highlightActiveScope": true,
  195. "spellright.groupDictionaries": false,
  196. "errorLens.enabledDiagnosticLevels": [],
  197. "gitTreeCompare.diffMode": "full"
  198. }