Skip to content

Instantly share code, notes, and snippets.

@xiaklizrum
Last active January 5, 2025 13:26
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
{
"editor.bracketPairColorization.enabled": false,
"editor.formatOnSave": false,
"editor.largeFileOptimizations": false,
"editor.minimap.enabled": false,
"editor.rulers": [
80
],
"editor.scrollBeyondLastLine": false,
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.wordWrap": "on",
"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.menuBarVisibility": "toggle",
"window.titleBarStyle": "native",
"workbench.colorTheme": "Default Light Modern",
"workbench.editor.enablePreview": false,
"workbench.editor.wrapTabs": true,
"workbench.iconTheme": null,
"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