Created
August 31, 2025 10:01
-
-
Save dumindu/ef94f6c001cb485308a73931256ef9e2 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
| { | |
| "outline_panel": { | |
| "dock": "right" | |
| }, | |
| "icon_theme": "Monospace Icon Theme - Dark", | |
| "features": { | |
| "edit_prediction_provider": "zed" | |
| }, | |
| "autosave": { | |
| "after_delay": { | |
| "milliseconds": 1000 | |
| } | |
| }, | |
| "agent": { | |
| "always_allow_tool_actions": true, | |
| "play_sound_when_agent_done": true, | |
| "default_profile": "write", | |
| "dock": "right", | |
| "default_model": { | |
| "provider": "google", | |
| "model": "gemini-2.0-flash" | |
| }, | |
| "version": "2" | |
| }, | |
| "base_keymap": "JetBrains", | |
| "theme": "One Dark", | |
| "git": { | |
| "inline_blame": { | |
| "enabled": false | |
| } | |
| }, | |
| "ui_font_size": 13.5, | |
| "buffer_font_size": 15.5, | |
| "soft_wrap": "editor_width", | |
| "terminal": { | |
| "dock": "bottom", | |
| "font_size": 13.5, | |
| "font_family": "MesloLGS NF" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment