Skip to content

Instantly share code, notes, and snippets.

@rajatxs
Last active October 18, 2022 08:03
Show Gist options
  • Save rajatxs/48ec747e4920af3208255f9dcf990095 to your computer and use it in GitHub Desktop.
Save rajatxs/48ec747e4920af3208255f9dcf990095 to your computer and use it in GitHub Desktop.
My VSCode Settings
{
"breadcrumbs.enabled": false,
"editor.minimap.enabled": false,
"diffEditor.ignoreTrimWhitespace": false,
"explorer.confirmDelete": false,
"window.menuBarVisibility": "compact",
"workbench.startupEditor": "newUntitledFile",
"explorer.confirmDragAndDrop": false,
"editor.fontFamily": "'Roboto Mono', Consolas, 'Courier New', monospace",
"editor.tabSize": 3,
"editor.renderWhitespace": "none",
"editor.cursorWidth": 2,
"editor.lineHeight": 26,
"editor.renderLineHighlight": "none",
"editor.quickSuggestionsDelay": 5,
"editor.accessibilitySupport": "off",
"workbench.editor.untitled.hint": "hidden",
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"workbench.iconTheme": "vscode-icons",
"editor.fontSize": 15
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment