Skip to content

Instantly share code, notes, and snippets.

@LukeNewNew
Last active March 12, 2025 18:02
Show Gist options
  • Save LukeNewNew/9da3177bbb8db5e050ea90e2c166d97a to your computer and use it in GitHub Desktop.
Save LukeNewNew/9da3177bbb8db5e050ea90e2c166d97a to your computer and use it in GitHub Desktop.
Visual Studio Code
{
"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