|
19 | 19 | "editor.fontLigatures": true, |
20 | 20 | "editor.fontWeight": "400", |
21 | 21 | "editor.fontFamily": "JetBrainsMono Nerd Font Mono", |
| 22 | + "editor.fontSize": 13, |
| 23 | + "editor.lineHeight": 1.3, |
22 | 24 | "editor.largeFileOptimizations": true, |
23 | 25 | "editor.minimap.enabled": false, |
24 | 26 | "editor.parameterHints.enabled": true, |
|
124 | 126 | "workbench.editor.revealIfOpen": true, |
125 | 127 | "workbench.iconTheme": "catppuccin-frappe", |
126 | 128 | "workbench.list.openMode": "singleClick", |
127 | | - "workbench.preferredDarkColorTheme": "Catppuccin Frappé", |
| 129 | + "workbench.preferredLightColorTheme": "Tokyo Night Light", |
| 130 | + "workbench.preferredDarkColorTheme": "Tokyo Night Storm", |
128 | 131 | "workbench.startupEditor": "newUntitledFile", |
129 | | - "workbench.colorTheme": "One Dark", |
130 | 132 | "workbench.tree.renderIndentGuides": "onHover", |
131 | 133 | "workbench.tree.indent": 10, |
132 | 134 | "workbench.editor.mouseBackForwardToNavigate": false, |
|
233 | 235 | "scm.countBadge": "focused", |
234 | 236 | "scm.diffDecorations": "gutter", |
235 | 237 | "scm.defaultViewMode": "tree", |
| 238 | + "gitlens.ai.model": "vscode", |
| 239 | + "gitlens.ai.vscode.model": "copilot:gpt-4.1", |
| 240 | + "diffEditor.hideUnchangedRegions.enabled": true, |
236 | 241 | // |
237 | 242 | // terminal |
238 | 243 | // |
|
288 | 293 | "window.openFilesInNewWindow": "off", |
289 | 294 | // for catppuccin theme: make the window's titlebar use the workbench colors |
290 | 295 | "window.titleBarStyle": "custom", |
| 296 | + "window.density.editorTabHeight": "compact", |
291 | 297 | // |
292 | 298 | // search |
293 | 299 | // |
|
315 | 321 | "extensions.closeExtensionDetailsOnViewChange": true, |
316 | 322 | "excalidraw.theme": "auto", |
317 | 323 | "github.copilot.enable": { |
318 | | - "*": true, |
| 324 | + "*": false, |
319 | 325 | "plaintext": true, |
320 | 326 | "markdown": true, |
321 | | - "scminput": false, |
| 327 | + "scminput": false |
322 | 328 | }, |
323 | 329 | "vscode_custom_css.imports": [ |
324 | 330 | "file://${userHome}/.config/vscode-styles.css", |
|
379 | 385 | "CreatedTime", |
380 | 386 | ], |
381 | 387 | "bookmarks.saveBookmarksInProject": true, |
382 | | - "go.diagnostic.vulncheck": "Imports", |
| 388 | + "go.diagnostic.vulncheck": "Imports" |
383 | 389 | } |
0 commit comments