Last active
March 12, 2025 18:02
-
-
Save LukeNewNew/9da3177bbb8db5e050ea90e2c166d97a to your computer and use it in GitHub Desktop.
Visual Studio Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "chat.commandCenter.enabled": false, | |
| "diffEditor.ignoreTrimWhitespace": true, | |
| "diffEditor.maxComputationTime": 0, | |
| "editor.detectIndentation": false, | |
| "editor.fontFamily": "Consolas, Roboto, Segoe UI, Yunlin Sans, monospace, sans-serif", | |
| "editor.fontSize": 16, | |
| "editor.insertSpaces": false, | |
| "editor.smoothScrolling": true, | |
| "editor.stickyTabStops": true, | |
| "editor.unicodeHighlight.nonBasicASCII": false, | |
| "editor.wordWrap": "on", | |
| "explorer.confirmDelete": false, | |
| "extensions.autoUpdate": false, | |
| "security.workspace.trust.enabled": false, | |
| "terminal.integrated.smoothScrolling": true, | |
| "update.mode": "manual", | |
| "update.showReleaseNotes": false, | |
| "window.autoDetectColorScheme": true, | |
| "window.commandCenter": false, | |
| "workbench.colorTheme": "Default Light+", | |
| "workbench.editor.empty.hint": "hidden", | |
| "workbench.list.smoothScrolling": true, | |
| "workbench.preferredDarkColorTheme": "Default Dark+", | |
| "workbench.preferredLightColorTheme": "Default Light+", | |
| "workbench.startupEditor": "none", | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment