Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.96 KB | None | 0 0
  1. {
  2. "workbench.colorTheme": "Pop N' Lock Theme by Luxcium ✨",
  3. "workbench.iconTheme": "material-icon-theme",
  4. "material-icon-theme.activeIconPack": "react",
  5. "material-icon-theme.showReloadMessage": true,
  6. "material-icon-theme.showUpdateMessage": true,
  7. "material-icon-theme.folders.associations": {
  8. "axios": "middleware",
  9. "iex-api-react": "components",
  10. "localbitcoin": "job",
  11. "puppeteer": "android",
  12. "startServer": "serverless",
  13. "types": "typescript",
  14. "utils": "Global",
  15. "validation": "coverage",
  16. "enums": "template"
  17. },
  18. "material-icon-theme.files.associations": {
  19. "index.ts": "Raml"
  20. },
  21. "editor.rulers": [
  22. 80,
  23. 120,
  24. 121
  25. ],
  26. "statusbarerror.color.error": "#F15F",
  27. "statusbarerror.color.hint": "#FB3F",
  28. "statusbarerror.color.info": "#4AEF",
  29. "statusbarerror.color.warning": "#BD2F",
  30. "statusbarerror.icon.error": "🛑",
  31. "statusbarerror.icon.hint": "🔶",
  32. "statusbarerror.icon.info": "🔷",
  33. "statusbarerror.icon.warning": "⚠️",
  34. "statusbarerror.wholeLine.errorColor": "#F157",
  35. "statusbarerror.wholeLine.errorFontColor": "#DCAD",
  36. "statusbarerror.wholeLine.show": true,
  37. "statusbarerror.wholeLine.warningColor": "#BD27",
  38. "statusbarerror.wholeLine.warningFontColor": "#000000FF",
  39.  
  40. "errorLens.addAnnotationTextPrefixes": true,
  41. "errorLens.enabledDiagnosticLevels": [
  42. "error",
  43. "warning",
  44. "info",
  45. "hint"
  46. ],
  47.  
  48. "errorLens.errorColor": "#F154",
  49. "errorLens.errorTextColor": "#DCAD",
  50. "errorLens.fontMargin": "20px",
  51. "errorLens.fontStyle": "normal",
  52. "errorLens.fontWeight": "900",
  53. "errorLens.hintColor": "#FB34",
  54. "errorLens.hintTextColor": "#DCAD",
  55. "errorLens.infoColor": "#4AE4",
  56. "errorLens.infoTextColor": "#DCAD",
  57. "errorLens.statusBarControl": "never",
  58. "errorLens.warningColor": "#BD24",
  59. "errorLens.warningTextColor": "#DCAD",
  60.  
  61. "workbench.editor.highlightModifiedTabs": true,
  62. "workbench.editor.revealIfOpen": true,
  63. "workbench.editor.tabCloseButton": "left",
  64. "workbench.fontAliasing": "antialiased",
  65. "workbench.quickOpen.preserveInput": true,
  66. "workbench.sideBar.location": "left",
  67. "workbench.statusBar.visible": true,
  68. "workbench.useExperimentalGridLayout": true,
  69. "workbench.view.alwaysShowHeaderActions": true,
  70. "better-comments.tags": [
  71. {
  72. "tag": "!",
  73. "color": "#FF2D00",
  74. "strikethrough": false,
  75. "backgroundColor": "transparent"
  76. },
  77. {
  78. "tag": "?",
  79. "color": "#3498DB",
  80. "strikethrough": false,
  81. "backgroundColor": "transparent"
  82. },
  83. {
  84. "tag": "$",
  85. "color": "#f48e41",
  86. "strikethrough": false,
  87. "backgroundColor": "transparent"
  88. },
  89. {
  90. "tag": "#",
  91. "color": "#4AE",
  92. "strikethrough": false,
  93. "backgroundColor": "transparent"
  94. },
  95. {
  96. "tag": "%",
  97. "color": "#41e2f4",
  98. "strikethrough": false,
  99. "backgroundColor": "transparent"
  100. },
  101. {
  102. "tag": "+",
  103. "color": "#c5f442",
  104. "strikethrough": false,
  105. "backgroundColor": "transparent"
  106. },
  107. {
  108. "tag": "&",
  109. "color": "#a041f4",
  110. "strikethrough": false,
  111. "backgroundColor": "transparent"
  112. },
  113. {
  114. "tag": "//",
  115. "color": "#6d6060",
  116. "strikethrough": true,
  117. "backgroundColor": "transparent"
  118. },
  119. {
  120. "tag": "todo",
  121. "color": "#FF8C00",
  122. "strikethrough": false,
  123. "backgroundColor": "transparent"
  124. },
  125. {
  126. "tag": "*",
  127. "color": "#98C379",
  128. "strikethrough": false,
  129. "backgroundColor": "transparent"
  130. }
  131. ],
  132. "ActiveFileInStatusBar.color": "#FDB92FFF",
  133. "ActiveFileInStatusBar.fullpath": false,
  134. "bracket-pair-colorizer-2.showBracketsInGutter": true,
  135. "bracket-pair-colorizer-2.showBracketsInRuler": true,
  136. "breadcrumbs.enabled": true,
  137. "code-runner.clearPreviousOutput": true,
  138. "code-runner.runInTerminal": true,
  139. "debug.node.autoAttach": "on",
  140. "diffEditor.ignoreTrimWhitespace": false,
  141. "editor.acceptSuggestionOnEnter": "smart",
  142. "editor.autoClosingBrackets": "beforeWhitespace",
  143. "editor.autoClosingQuotes": "beforeWhitespace",
  144. "editor.codeActionsOnSaveTimeout": 5000,
  145. "editor.cursorBlinking": "phase",
  146. "editor.cursorSmoothCaretAnimation": true,
  147. "editor.fontFamily": "Fira Code iScript, Fira Code",
  148. "editor.fontLigatures": true,
  149. "editor.formatOnPaste": true,
  150. "editor.formatOnSave": true,
  151. "editor.formatOnSaveTimeout": 5000,
  152. "editor.glyphMargin": true,
  153. "editor.hideCursorInOverviewRuler": true,
  154. "editor.largeFileOptimizations": false,
  155. "editor.maxTokenizationLineLength": 300000,
  156. "editor.minimap.enabled": false,
  157. "editor.multiCursorModifier": "ctrlCmd",
  158. "editor.overviewRulerLanes": 5,
  159. "editor.parameterHints.cycle": true,
  160. "editor.quickSuggestions": true,
  161. "editor.renderControlCharacters": true,
  162. "editor.renderWhitespace": "boundary",
  163. "editor.scrollBeyondLastColumn": 2,
  164. "editor.showFoldingControls": "always",
  165. "editor.smoothScrolling": true,
  166. "editor.suggest.maxVisibleSuggestions": 15,
  167. "editor.suggest.shareSuggestSelections": true,
  168. "editor.suggestSelection": "recentlyUsedByPrefix",
  169. "editor.tabCompletion": "on",
  170. "editor.wordWrapColumn": 80,
  171. "explorer.confirmDelete": false,
  172. "explorer.confirmDragAndDrop": false,
  173. "explorer.openEditors.visible": 5,
  174. "explorer.sortOrder": "type",
  175. "extensions.ignoreRecommendations": true,
  176. "files.autoGuessEncoding": false,
  177. "files.defaultLanguage": "jsonc",
  178. "files.encoding": "utf8",
  179. "files.insertFinalNewline": true,
  180. "files.trimFinalNewlines": true,
  181. "files.trimTrailingWhitespace": true,
  182. "git.autofetch": true,
  183. "git.autoStash": true,
  184. "git.confirmSync": false,
  185. "git.enableCommitSigning": true,
  186. "git.enableSmartCommit": true,
  187. "git.fetchOnPull": true,
  188. "html.format.wrapLineLength": 120,
  189. "javascript.format.enable": true,
  190. "javascript.referencesCodeLens.enabled": false,
  191. "javascript.suggest.completeFunctionCalls": true,
  192. "npm-intellisense.packageSubfoldersIntellisense": true,
  193. "npm-intellisense.showBuildInLibs": true,
  194. "path-intellisense.autoSlashAfterDirectory": true,
  195. "prettier.requireConfig": true,
  196. "prettier.singleQuote": true,
  197. "prettier.tslintIntegration": true,
  198. "search.collapseResults": "alwaysCollapse",
  199. "search.maintainFileSearchCache": true,
  200. "search.showLineNumbers": true,
  201. "search.smartCase": true,
  202. "telemetry.enableCrashReporter": false,
  203. "telemetry.enableTelemetry": false,
  204. "terminal.external.osxExec": "hyper.app",
  205. "terminal.integrated.cursorBlinking": true,
  206. "terminal.integrated.cursorStyle": "block",
  207. "terminal.integrated.fontFamily": "TerminessTTF NF,LigaFantasqueSansMono,MesloLGL Nerd Font,CQ Mono,Fira Code",
  208. "terminal.integrated.fontSize": 14,
  209. "terminal.integrated.letterSpacing": 1,
  210. "terminal.integrated.shell.osx": "/bin/zsh",
  211. "terminal.integrated.showExitAlert": true,
  212. "typescript.suggest.completeFunctionCalls": true,
  213. "typescript.updateImportsOnFileMove.enabled": "always",
  214. "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  215. "window.clickThroughInactive": false,
  216. "window.closeWhenEmpty": true,
  217. "window.newWindowDimensions": "inherit",
  218. "window.restoreWindows": "folders",
  219. "[jsonc]": {
  220. "editor.defaultFormatter": "esbenp.prettier-vscode"
  221. },
  222. "[typescript]": {
  223. "editor.defaultFormatter": "esbenp.prettier-vscode"
  224. },
  225. "javascript.updateImportsOnFileMove.enabled": "always",
  226. "[javascript]": {
  227. "editor.defaultFormatter": "esbenp.prettier-vscode"
  228. },
  229. "javascript.preferences.quoteStyle": "single",
  230. "typescript.preferences.quoteStyle": "single",
  231. "workbench.tree.indent": 32,
  232. "window.title": "${dirty}${activeEditorMedium}${separator}${rootName}",
  233. "window.openFilesInNewWindow": "default",
  234. "search.runInExtensionHost": true,
  235. "debug.console.fontFamily": "TerminessTTF NF,LigaFantasqueSansMono,MesloLGL Nerd Font,CQ Mono,Fira Code",
  236. "terminal.integrated.lineHeight": 1,
  237. "color-highlight.markRuler": false,
  238. "window.zoomLevel": 1,
  239. "editor.fontSize": 16,
  240. "editor.suggestFontSize": 16,
  241. "editor.defaultFormatter": "esbenp.prettier-vscode",
  242. "breadcrumbs.symbolSortOrder": "type",
  243. "workbench.activityBar.visible": true
  244. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement