Last active
October 18, 2022 08:03
-
-
Save rajatxs/48ec747e4920af3208255f9dcf990095 to your computer and use it in GitHub Desktop.
My VSCode Settings
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
{ | |
"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