|
6 | 6 | "type": "git", |
7 | 7 | "url": "https://github.com/ekovegeance/awesomecode" |
8 | 8 | }, |
9 | | - "version": "2.0.4", |
| 9 | + "version": "2.0.5", |
10 | 10 | "publisher": "ekovegeance", |
11 | 11 | "sponsor": { |
12 | 12 | "url": "https://github.com/sponsors/ekovegeance" |
|
61 | 61 | "workbench.iconTheme": "awesomecode-icon-theme", |
62 | 62 | "workbench.editor.editorActionsLocation": "hidden", |
63 | 63 | "workbench.preferredLightColorTheme": "awesomecode-theme", |
64 | | - |
65 | 64 | "window.zoomLevel": 0, |
66 | 65 | "window.nativeTabs": false, |
67 | 66 | "window.commandCenter": false, |
|
70 | 69 |
|
71 | 70 | "breadcrumbs.enabled": true, |
72 | 71 | "breadcrumbs.filePath": "on", |
73 | | - "breadcrumbs.symbolPath": "off", |
74 | 72 |
|
75 | | - "editor.fontSize": 12, |
76 | | - "editor.lineHeight": 28, |
| 73 | + "editor.fontSize": 13, |
| 74 | + "editor.lineHeight": 38, |
77 | 75 | "editor.lineNumbers": "off", |
| 76 | + "breadcrumbs.symbolPath": "off", |
78 | 77 | "editor.minimap.size": "fit", |
79 | 78 | "editor.minimap.enabled": false, |
80 | 79 | "editor.detectIndentation": true, |
| 80 | + "editor.cursorStyle": "line-thin", |
81 | 81 | "editor.renderWhitespace": "none", |
82 | | - "editor.cursorBlinking": "smooth", |
| 82 | + "editor.cursorBlinking": "expand", |
83 | 83 | "editor.guides.indentation": false, |
84 | 84 | "editor.inlineSuggest.enabled": true, |
85 | 85 | "editor.scrollbar.vertical": "hidden", |
86 | 86 | "editor.suggest.showStatusBar": false, |
87 | 87 | "editor.minimap.showSlider": "always", |
88 | 88 | "editor.autoClosingBrackets": "always", |
89 | 89 | "editor.renderControlCharacters": false, |
| 90 | + "editor.cursorSmoothCaretAnimation": "on", |
90 | 91 | "editor.minimap.renderCharacters": false, |
91 | 92 | "editor.scrollbar.verticalScrollbarSize": 1, |
92 | 93 | "editor.semanticTokenColorCustomizations": {}, |
93 | 94 | "editor.bracketPairColorization.enabled": true, |
94 | 95 | "editor.codeActionWidget.includeNearbyQuickFixes": true, |
95 | | - "editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace", |
| 96 | + "editor.fontFamily": "IBM Plex Mono,Menlo, Monaco, 'Courier New', monospace", |
96 | 97 |
|
97 | 98 | "files.autoSave": "onFocusChange", |
98 | 99 |
|
|
101 | 102 | "quickInput.background": "#18181b", |
102 | 103 | "activityBar.background": "#18181b", |
103 | 104 | "quickInputList.focusBackground": "#27272a", |
104 | | - |
105 | 105 | "editorSuggestWidget.border": "#27272a", |
106 | 106 | "editorSuggestWidget.background": "#18181b", |
107 | 107 | "editorSuggestWidget.selectedBackground": "#27272a", |
108 | | - |
109 | 108 | "editorHoverWidget.border": "#27272a", |
110 | 109 | "editorHoverWidget.background": "#18181b" |
111 | 110 | } |
|
0 commit comments