settings.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. {
  2. "window.zoomLevel": 0,
  3. "editor.fontFamily": "Inconsolata, Menlo, Monaco, 'Courier New', monospace",
  4. "editor.fontSize": 14,
  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. "gitlens.advanced.menus": {
  29. "editorContext": {
  30. "blame": true,
  31. "copy": true,
  32. "details": true,
  33. "fileDiff": false,
  34. "history": true,
  35. "lineDiff": false,
  36. "remote": true
  37. },
  38. "editorTitle": {
  39. "blame": true,
  40. "fileDiff": false,
  41. "history": true,
  42. "remote": true,
  43. "status": true
  44. },
  45. "editorTitleContext": {
  46. "blame": true,
  47. "fileDiff": false,
  48. "history": true,
  49. "remote": true
  50. },
  51. "explorerContext": {
  52. "fileDiff": false,
  53. "history": true,
  54. "remote": true
  55. }
  56. },
  57. "editor.multiCursorModifier": "ctrlCmd",
  58. "workbench.startupEditor": "none",
  59. "workbench.activityBar.visible": true,
  60. "files.associations": {
  61. "*.js": "javascriptreact"
  62. },
  63. "emmet.syntaxProfiles": {
  64. "javascript": "jsx"
  65. },
  66. "[ruby]": {
  67. "editor.wordWrap": "on"
  68. },
  69. // "editor.glyphMargin": false,
  70. "ruby.rubocop.executePath": "/Users/tom/.rbenv/shims/",
  71. "editor.snippetSuggestions": "top",
  72. "search.useIgnoreFiles": true,
  73. "explorer.confirmDelete": false,
  74. "problems.decorations.enabled": true,
  75. "explorer.decorations.colors": true,
  76. "editor.lineNumbers": "interval",
  77. "flow.pathToFlow": "/Users/tom/.nvm/versions/node/v8.9.4/bin/flow",
  78. "gitlens.blame.format": "${sha|20?} ${ago|12-}",
  79. "gitlens.codeLens.scopes": [
  80. "document",
  81. "containers",
  82. "blocks"
  83. ],
  84. "gitlens.codeLens.symbolScopes": [
  85. "Function"
  86. ],
  87. "diffEditor.ignoreTrimWhitespace": true,
  88. "gitlens.gitExplorer.view": "repository",
  89. "gitlens.hovers.currentLine.over": "line",
  90. "gitlens.blame.highlight.locations": [
  91. "line",
  92. "overview"
  93. ],
  94. "vscodeWorkspaceSwitcher.paths": [
  95. "~/Documents/activepipe",
  96. "~/Documents/repos"
  97. ],
  98. "workbench.colorTheme": "Dark+ (contrast)", // or Dark+ (contrast)
  99. "workbench.colorCustomizations": {
  100. "[Dark+ (contrast)]": {
  101. "activityBar.background": "#000000",
  102. "sideBar.background": "#050505",
  103. "sideBar.border": "#333",
  104. "editorGroup.emptyBackground": "#151515",
  105. "editorGroupHeader.tabsBackground": "#151515",
  106. "editorCodeLens.foreground": "#666",
  107. "editorRuler.foreground": "#151515",
  108. "editorWidget.background": "#151515",
  109. "editorWidget.border": "#666",
  110. "editor.lineHighlightBorder": "#151515",
  111. "titleBar.border": "#333333",
  112. // "statusBar.background": "#334455",
  113. "editorIndentGuide.activeBackground": "#555555"
  114. },
  115. },
  116. "bookmarks.navigateThroughAllFiles": true,
  117. "debug.openExplorerOnEnd": true,
  118. "scm.diffDecorationsGutterWidth": 2,
  119. "workbench.statusBar.feedback.visible": false,
  120. "gitlens.gitExplorer.files.layout": "auto",
  121. "gitlens.gitExplorer.branches.layout": "list",
  122. "gitlens.advanced.messages": {
  123. "suppressCommitHasNoPreviousCommitWarning": false,
  124. "suppressCommitNotFoundWarning": false,
  125. "suppressFileNotUnderSourceControlWarning": false,
  126. "suppressGitVersionWarning": false,
  127. "suppressLineUncommittedWarning": false,
  128. "suppressNoRepositoryWarning": false,
  129. "suppressResultsExplorerNotice": true,
  130. "suppressShowKeyBindingsNotice": true
  131. },
  132. "githubNotificationsBell.icon": "pulse", // pulse, mark-github
  133. "githubNotificationsBell.colorParticipating": "#61bfd3",
  134. // "githubNotificationsBell.colorParticipating": "#F44400",
  135. "gitTreeCompare.iconsMinimal": true,
  136. "gitlens.codeLens.recentChange.command": "gitlens.diffWithPrevious",
  137. "gitlens.heatmap.toggleMode": "window",
  138. "gitlens.hovers.annotations.over": "annotation",
  139. "gitlens.recentChanges.highlight.locations": [
  140. "line",
  141. "overview"
  142. ],
  143. "gitlens.hovers.annotations.changes": false,
  144. "gitlens.hovers.currentLine.details": false,
  145. "gitlens.recentChanges.toggleMode": "window",
  146. "gitlens.statusBar.alignment": "left",
  147. "gitlens.statusBar.format": "${ago}: \"${message}\"",
  148. "editor.find.seedSearchStringFromSelection": false,
  149. "gitlens.resultsExplorer.files.layout": "auto",
  150. "gitlens.statusBar.reduceFlicker": true,
  151. "git.enableSmartCommit": true,
  152. "git.defaultCloneDirectory": "/Users/tom/Documents/repos",
  153. "terminal.external.osxExec": "/Applications/iTerm.app/Contents/MacOS/iTerm2",
  154. "bracketPairColorizer.highlightActiveScope": true,
  155. "bracketPairColorizer.scopeLineCSS": [
  156. "borderStyle : dotted",
  157. "borderWidth : 1px",
  158. "borderColor : {color}; opacity: 0.2"
  159. ],
  160. "editor.matchBrackets": false,
  161. "extensions.ignoreRecommendations": true,
  162. "workbench.editor.showTabs": true,
  163. "versionlens.showVersionLensesAtStartup": false,
  164. "npm.enableScriptExplorer": true,
  165. "emojisense.languages": {
  166. "markdown": true,
  167. "plaintext": {
  168. "markupCompletionsEnabled": false,
  169. "emojiDecoratorsEnabled": false
  170. },
  171. "git-commit": true,
  172. "todo": true,
  173. },
  174. "gitlens.menus": {
  175. "editor": {
  176. "blame": true,
  177. "clipboard": true,
  178. "compare": false,
  179. "details": true,
  180. "history": true,
  181. "remote": true
  182. },
  183. "editorGroup": {
  184. "blame": true,
  185. "compare": false,
  186. "history": true,
  187. "remote": true
  188. },
  189. "editorTab": {
  190. "compare": false,
  191. "history": true,
  192. "remote": true
  193. },
  194. "explorer": {
  195. "compare": false,
  196. "history": true,
  197. "remote": false
  198. }
  199. },
  200. "gitlens.settings.mode": "advanced",
  201. "gitlens.explorers.avatars": false,
  202. "gitlens.historyExplorer.enabled": false,
  203. "gitlens.currentLine.format": "${agoOrDate} • ${id} • ${message}",
  204. "gitlens.blame.avatars": false,
  205. "gitlens.currentLine.enabled": false,
  206. "gitlens.blame.ignoreWhitespace": true,
  207. "bracketPairColorizer.consecutivePairColors": [
  208. "()",
  209. "[]",
  210. "{}", [
  211. "Gold",
  212. "Orchid",
  213. "LightSkyBlue"
  214. ],
  215. "Red"
  216. ],
  217. "prettier.requireConfig": true,
  218. "window.vibrancy": true
  219. }