Created
April 22, 2025 10:21
-
-
Save manueldevjour/e9be3e2765b889faf2f0cd4b63a03495 to your computer and use it in GitHub Desktop.
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
{ | |
"window.zoomLevel": 1, | |
"editor.fontSize": 14, | |
"editor.lineHeight": 24, | |
"editor.fontWeight": "700", | |
"editor.cursorStyle": "line-thin", | |
"editor.cursorWidth": 5, | |
"editor.cursorBlinking": "smooth", | |
"workbench.statusBar.visible": true, | |
"editor.scrollbar.verticalScrollbarSize": 7, | |
"editor.scrollbar.horizontalScrollbarSize": 7, | |
"breadcrumbs.enabled": true, | |
"editor.glyphMargin": false, | |
"editor.renderLineHighlight": "none", | |
"window.density.editorTabHeight": "default", | |
"editor.showFoldingControls": "mouseover", | |
"editor.padding.bottom": 2, | |
"workbench.sideBar.location": "left", | |
"editor.padding.top": 2, | |
"window.title": "${dirty}${activeEditorShort}${separator}${activeRepositoryName}${separator}${activeRepositoryBranchName}", | |
"editor.cursorSmoothCaretAnimation": "on", | |
"workbench.layoutControl.type": "toggles", | |
"window.commandCenter": false, | |
"workbench.tree.indent": 10, | |
"explorer.decorations.colors": true, | |
"terminal.integrated.defaultLocation": "editor", | |
"terminal.integrated.gpuAcceleration": "on", | |
"terminal.integrated.fontWeight": "500", | |
"terminal.integrated.fontWeightBold": "700", | |
"terminal.integrated.copyOnSelection": true, | |
"terminal.integrated.hideOnStartup": "always", | |
"terminal.integrated.cursorStyle": "underline", | |
"terminal.integrated.cursorBlinking": true, | |
"terminal.integrated.cursorStyleInactive": "outline", | |
"terminal.integrated.cursorWidth": 5, | |
"editor.fontFamily": "Menlo, 'VictorMono Nerd Font', Monaco, 'Courier New', monospace", | |
"workbench.colorTheme": "One Dark Pro Mix", | |
"terminal.explorerKind": "external", | |
"terminal.integrated.tabs.enabled": false, | |
"editor.multiCursorLimit": 100000, | |
"editor.scrollBeyondLastLine": false, | |
"editor.hideCursorInOverviewRuler": true, | |
"window.customTitleBarVisibility": "auto", | |
"window.titleBarStyle": "custom", | |
"workbench.tree.renderIndentGuides": "none", | |
"editor.fontLigatures": true, | |
"editor.wordWrap": "on", | |
"database-client.autoSync": true, | |
"git.confirmSync": false, | |
"diffEditor.ignoreTrimWhitespace": false, | |
"github.copilot.chat.codesearch.enabled": true, | |
"github.copilot.nextEditSuggestions.enabled": true, | |
"github.copilot.chat.generateTests.codeLens": true, | |
"github.copilot.chat.languageContext.typescript.enabled": true, | |
"git.ignoreRebaseWarning": true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment