1
0

settings.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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. "workbench.iconTheme": "eq-material-theme-icons",
  13. "editor.minimap.enabled": false,
  14. "editor.minimap.maxColumn": 100,
  15. "editor.renderIndentGuides": true,
  16. "typescript.check.npmIsInstalled": false,
  17. "javascript.validate.enable": true,
  18. "git.countBadge": "tracked",
  19. "window.newWindowDimensions": "inherit",
  20. "workbench.editor.tabCloseButton": "off",
  21. "files.trimTrailingWhitespace": true,
  22. "window.titleBarStyle": "native",
  23. "git.confirmSync": false,
  24. "workbench.sideBar.location": "right",
  25. "files.insertFinalNewline": true,
  26. "window.title": "${activeEditorMedium}${separator}${rootName}${separator}${dirty}",
  27. "gitlens.advanced.menus": {
  28. "editorContext": {
  29. "blame": true,
  30. "copy": true,
  31. "details": true,
  32. "fileDiff": false,
  33. "history": true,
  34. "lineDiff": false,
  35. "remote": true
  36. },
  37. "editorTitle": {
  38. "blame": true,
  39. "fileDiff": false,
  40. "history": true,
  41. "remote": true,
  42. "status": true
  43. },
  44. "editorTitleContext": {
  45. "blame": true,
  46. "fileDiff": false,
  47. "history": true,
  48. "remote": true
  49. },
  50. "explorerContext": {
  51. "fileDiff": false,
  52. "history": true,
  53. "remote": true
  54. }
  55. },
  56. "editor.multiCursorModifier": "ctrlCmd",
  57. "workbench.startupEditor": "none",
  58. "workbench.activityBar.visible": true,
  59. "files.associations": {
  60. "*.js": "javascriptreact"
  61. },
  62. "emmet.syntaxProfiles": {
  63. "javascript": "jsx"
  64. },
  65. "[ruby]": {
  66. "editor.wordWrap": "on"
  67. },
  68. // "editor.glyphMargin": false,
  69. "ruby.rubocop.executePath": "/Users/tom/.rbenv/shims/",
  70. "sublimeTextKeymap.promptV3Features": true,
  71. "editor.snippetSuggestions": "top",
  72. "editor.formatOnPaste": false,
  73. "search.useIgnoreFiles": true,
  74. "explorer.confirmDelete": false,
  75. "jest.autoEnable": false,
  76. "jest.runAllTestsFirst": false,
  77. "problems.decorations.enabled": true,
  78. "explorer.decorations.colors": false,
  79. "editor.lineNumbers": "interval",
  80. "flow.pathToFlow": "/Users/tom/.nvm/versions/node/v8.9.4/bin/flow",
  81. "gitlens.blame.format": "${sha|20?} ${ago|12-}",
  82. "gitlens.codeLens.scopes": [
  83. "document",
  84. "containers",
  85. "blocks"
  86. ],
  87. "gitlens.codeLens.symbolScopes": [
  88. "Function"
  89. ],
  90. "diffEditor.ignoreTrimWhitespace": true,
  91. "gitlens.keymap": "none",
  92. "gitlens.gitExplorer.view": "history",
  93. "gitlens.hovers.currentLine.over": "line",
  94. "gitlens.blame.highlight.locations": [
  95. "line",
  96. "overview"
  97. ],
  98. "vscodeWorkspaceSwitcher.paths": [
  99. "~/Documents/activepipe",
  100. "~/Documents/repos"
  101. ],
  102. "workbench.colorTheme": "Dark+ (contrast)",
  103. "workbench.colorCustomizations": {
  104. "[Dark+ (contrast)]": {
  105. "activityBar.background": "#000000",
  106. "sideBar.background": "#000000",
  107. "sideBar.border": "#333",
  108. "editorGroup.background": "#151515",
  109. "editorGroupHeader.tabsBackground": "#151515",
  110. "editorCodeLens.foreground": "#666",
  111. "editorRuler.foreground": "#151515",
  112. "editorWidget.background": "#151515",
  113. "editorWidget.border": "#666",
  114. "editor.lineHighlightBorder": "#151515"
  115. },
  116. },
  117. "bookmarks.navigateThroughAllFiles": true,
  118. "editor.folding": false,
  119. "debug.openExplorerOnEnd": true,
  120. "scm.diffDecorationsGutterWidth": 2,
  121. "workbench.statusBar.feedback.visible": false,
  122. "gitlens.gitExplorer.files.layout": "list",
  123. "gitlens.gitExplorer.branches.layout": "list",
  124. "gitlens.advanced.messages": {
  125. "suppressCommitHasNoPreviousCommitWarning": false,
  126. "suppressCommitNotFoundWarning": false,
  127. "suppressFileNotUnderSourceControlWarning": false,
  128. "suppressGitVersionWarning": false,
  129. "suppressLineUncommittedWarning": false,
  130. "suppressNoRepositoryWarning": false,
  131. "suppressResultsExplorerNotice": true,
  132. "suppressShowKeyBindingsNotice": true
  133. },
  134. "githubNotificationsBell.oauthToken": "477e37e0959be5abb9974e7d8d047d1a6a4a4662",
  135. "githubNotificationsBell.icon": "pulse",
  136. "githubNotificationsBell.colorParticipating": "#F4F9FF",
  137. "gitTreeCompare.iconsMinimal": true,
  138. "gitlens.explorers.avatars": false,
  139. "gitlens.gitExplorer.enabled": false,
  140. "gitlens.historyExplorer.enabled": false,
  141. "gitlens.codeLens.recentChange.command": "gitlens.diffWithPrevious",
  142. "gitlens.currentLine.enabled": false,
  143. "gitlens.blame.toggleMode": "window",
  144. "gitlens.blame.avatars": false,
  145. "gitlens.heatmap.toggleMode": "window",
  146. "gitlens.hovers.annotations.over": "annotation",
  147. "gitlens.recentChanges.highlight.locations": [
  148. "line",
  149. "overview"
  150. ],
  151. "gitlens.hovers.annotations.changes": false,
  152. "gitlens.hovers.currentLine.details": false,
  153. "gitlens.recentChanges.toggleMode": "window",
  154. "gitlens.statusBar.alignment": "left",
  155. "gitlens.statusBar.format": "${ago}: \"${message}\"",
  156. "editor.find.seedSearchStringFromSelection": false,
  157. "gitlens.resultsExplorer.files.layout": "auto",
  158. "gitlens.statusBar.reduceFlicker": true,
  159. "git.enableSmartCommit": true,
  160. "git.defaultCloneDirectory": "/Users/tom/Documents/repos",
  161. "bracketPairColorizer.highlightActiveScope": true
  162. }