Created
January 1, 2026 22:49
-
-
Save christoper-codes/dc7a3daa0b3cd87daab3341306221bdc to your computer and use it in GitHub Desktop.
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
| { | |
| "git.autofetch": true, | |
| "github.copilot.advanced": {}, | |
| "github.copilot.nextEditSuggestions.enabled": true, | |
| "editor.lineHeight": 45, | |
| "editor.fontSize": 18, | |
| "editor.lineNumbers": "off", | |
| "editor.minimap.enabled": false, | |
| "editor.guides.indentation": false, | |
| "vsicons.dontShowNewVersionMessage": true, | |
| "breadcrumbs.enabled": false, | |
| "git.enableSmartCommit": true, | |
| "diffEditor.ignoreTrimWhitespace": false, | |
| "window.menuBarVisibility": "compact", | |
| "workbench.activityBar.location": "hidden", | |
| "workbench.sideBar.location": "right", | |
| "workbench.editor.showTabs": "single", | |
| "workbench.iconTheme": "material-icon-theme", | |
| "workbench.colorTheme": "Bearded Theme Arc Blueberry", | |
| "workbench.statusBar.visible": false, | |
| "workbench.editorAssociations": { | |
| "*.copilotmd": "vscode.markdown.preview.editor", | |
| "*.xlsx": "default" | |
| } | |
| } |
Author
christoper-codes
commented
Jan 1, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment