|
20 | 20 | "workbench.colorTheme": "rainbow", |
21 | 21 | "indentRainbow.error_color": "", |
22 | 22 |
|
23 | | - "editor.renderWhitespace": "none", |
24 | | - "workbench.panel.location": "right", |
25 | | - "gitlens.advanced.messages": { |
26 | | - "suppressShowKeyBindingsNotice": true |
27 | | - }, |
28 | | - "cSpell.userWords": [ |
29 | | - "kase", |
30 | | - "kases", |
31 | | - "mixpanel" |
32 | | - ], |
33 | | - "window.title": "${activeEditorMedium}${separator}${rootName}", |
34 | | - "javascript.updateImportsOnFileMove.enabled": "always", |
35 | | - "typescript.updateImportsOnFileMove.enabled": "always", |
36 | | - "workbench.panel.location": "bottom", |
37 | | - "breadcrumbs.enabled": true, |
38 | | - "editor.formatOnSave": true, |
39 | | - "editor.tabSize": 2, |
40 | | - "editor.tabCompletion": true, |
41 | | - "editor.snippetSuggestions": "top", |
42 | | - "terminal.integrated.rendererType": "dom" |
| 23 | + "editor.renderWhitespace": "none", |
| 24 | + "workbench.panel.location": "right", |
| 25 | + "gitlens.advanced.messages": { |
| 26 | + "suppressShowKeyBindingsNotice": true |
| 27 | + }, |
| 28 | + "cSpell.userWords": ["kase", "kases", "mixpanel"], |
| 29 | + "window.title": "${activeEditorMedium}${separator}${rootName}", |
| 30 | + "javascript.updateImportsOnFileMove.enabled": "always", |
| 31 | + "typescript.updateImportsOnFileMove.enabled": "always", |
| 32 | + "workbench.panel.location": "bottom", |
| 33 | + "breadcrumbs.enabled": true, |
| 34 | + "editor.formatOnSave": true, |
| 35 | + "editor.tabSize": 2, |
| 36 | + "editor.tabCompletion": true, |
| 37 | + "editor.snippetSuggestions": "top", |
| 38 | + "terminal.integrated.rendererType": "dom", |
| 39 | + "editor.tokenColorCustomizations": { |
| 40 | + "comments": "#d152ff" |
| 41 | + } |
43 | 42 | } |
0 commit comments