Last active
October 23, 2024 05:31
-
-
Save obenchkroune/b523ba5da030d3c9c5d5e2850e0c2c47 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
{ | |
"show_inline_completions": false, | |
"assistant": { | |
"version": "2", | |
"default_model": { | |
"provider": "copilot_chat", | |
"model": "gpt-4o" | |
} | |
}, | |
"ui_font_size": 16, | |
"buffer_font_size": 18, | |
"buffer_font_family": "Cascadia Code", | |
"buffer_font_weight": 300, | |
"buffer_line_height": "standard", | |
"terminal": { | |
"font_weight": 300 | |
}, | |
"toolbar": { | |
"breadcrumbs": false, | |
"quick_actions": false | |
}, | |
"tab_bar": { | |
"show": false | |
}, | |
"theme": { | |
"mode": "dark", | |
"dark": "Catppuccin Frappé - No Italics", | |
"light": "Catppuccin Frappé - No Italics" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment