Skip to content

Instantly share code, notes, and snippets.

@xiaklizrum
Last active June 15, 2025 06:19
Show Gist options
  • Save xiaklizrum/3725a54a7c92efe88a1272bea4c40a9c to your computer and use it in GitHub Desktop.
Save xiaklizrum/3725a54a7c92efe88a1272bea4c40a9c to your computer and use it in GitHub Desktop.
vscode settings
{
"chat.commandCenter.enabled": false,
"editor.bracketPairColorization.enabled": false,
"editor.formatOnSave": false,
"editor.largeFileOptimizations": false,
"editor.minimap.enabled": false,
"editor.rulers": [
80
],
"editor.scrollBeyondLastLine": false,
"editor.stickyScroll.enabled": false,
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.wordWrap": "off",
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"extensions.ignoreRecommendations": true,
"files.autoSave": "off",
"security.workspace.trust.enabled": false,
"security.workspace.trust.banner": "never",
"terminal.explorerKind": "external",
"terminal.integrated.persistentSessionReviveProcess": "never",
"terminal.integrated.scrollback": 1000000000,
"update.showReleaseNotes": false,
"window.commandCenter": false,
"window.menuBarVisibility": "toggle",
"window.titleBarStyle": "native",
"workbench.colorTheme": "Default Light Modern",
"workbench.editorLargeFileConfirmation": 102400,
"workbench.editor.enablePreview": false,
"workbench.editor.empty.hint": "hidden",
"workbench.editor.wrapTabs": true,
"workbench.iconTheme": null,
"workbench.layoutControl.enabled": false,
"workbench.startupEditor": "none",
"workbench.tips.enabled": false,
"workbench.tree.indent": 20,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment