Skip to content

Instantly share code, notes, and snippets.

@christoper-codes
Created January 1, 2026 22:49
Show Gist options
  • Select an option

  • Save christoper-codes/dc7a3daa0b3cd87daab3341306221bdc to your computer and use it in GitHub Desktop.

Select an option

Save christoper-codes/dc7a3daa0b3cd87daab3341306221bdc to your computer and use it in GitHub Desktop.
VSCode Settings
{
"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"
}
}
@christoper-codes
Copy link
Author

Captura de pantalla 2026-01-01 162804

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment