|
14 | 14 | "editor.bracketPairColorization.enabled": false,
|
15 | 15 | "editor.cursorSmoothCaretAnimation": "on",
|
16 | 16 | "editor.experimental.asyncTokenization": true,
|
17 |
| - "editor.fontFamily": "CommitMono, Berkeley Mono, JetBrains Mono, SF Mono, Fira Code, Hasklig, Source Code Pro, Menlo, Monaco, Consolas, 'Courier New', monospace", |
| 17 | + "editor.fontFamily": "Berkeley Mono, JetBrains Mono, SF Mono, Fira Code, Hasklig, Source Code Pro, Menlo, Monaco, Consolas, 'Courier New', monospace", |
18 | 18 | "editor.fontLigatures": true,
|
19 | 19 | "editor.fontSize": 14,
|
20 | 20 | "editor.lineHeight": 1.618,
|
|
37 | 37 | "explorer.fileNesting.enabled": true,
|
38 | 38 | "explorer.fileNesting.expand": false,
|
39 | 39 | "extensions.ignoreRecommendations": true,
|
40 |
| - "files.associations": { |
41 |
| - "atlas.hcl": "atlas-config" |
42 |
| - }, |
43 | 40 | "files.autoSave": "off",
|
44 | 41 | "files.exclude": {
|
45 | 42 | "**/.git": true,
|
|
94 | 91 | "update.mode": "manual",
|
95 | 92 | "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
|
96 | 93 | "window.customTitleBarVisibility": "never",
|
97 |
| - "window.titleBarStyle": "native", |
| 94 | + "window.titleBarStyle": "custom", |
98 | 95 | "workbench.activityBar.location": "bottom",
|
99 | 96 | "workbench.colorTheme": "GitHub Dark",
|
100 | 97 | "workbench.iconTheme": "minimal-icons",
|
| 98 | + "workbench.layoutControl.enabled": false, |
101 | 99 | "workbench.sideBar.location": "right",
|
102 | 100 | "workbench.startupEditor": "newUntitledFile",
|
103 | 101 | "yaml.format.enable": true,
|
|
0 commit comments