2026-01-30

This commit is contained in:
2026-01-30 10:28:02 -05:00
parent 223616e1ec
commit 4956885496
5 changed files with 92 additions and 75 deletions
+44 -41
View File
@@ -1,10 +1,9 @@
{
"sticky_scroll": {
"enabled": true
"enabled": true,
},
"preview_tabs": {
"enable_preview_from_code_navigation": true,
"enable_preview_from_file_finder": true
"enable_preview_from_file_finder": true,
},
"disable_ai": true,
"icon_theme": "Soft Charmed Icons",
@@ -12,62 +11,62 @@
"base_keymap": "VSCode",
"close_on_file_delete": true,
"outline_panel": {
"dock": "right"
"dock": "right",
},
"title_bar": {
"show_user_picture": false,
"show_sign_in": false,
"show_branch_icon": true
"show_branch_icon": true,
},
"telemetry": {
"diagnostics": false,
"metrics": false
"metrics": false,
},
"agent": {
"button": false,
"enabled": false,
"dock": "right"
"dock": "right",
},
"edit_predictions": {
"disabled_globs": [".md"],
"mode": "subtle"
"mode": "subtle",
},
"active_pane_modifiers": {
"border_size": 0.0,
"inactive_opacity": 0.7
"inactive_opacity": 0.7,
},
"features": {
"edit_prediction_provider": "none"
"edit_prediction_provider": "none",
},
"collaboration_panel": {
"button": false
"button": false,
},
"toolbar": {
"quick_actions": false,
"selections_menu": false
"selections_menu": false,
},
"file_finder": {
"file_icons": true
"file_icons": true,
},
"seed_search_query_from_cursor": "selection",
"gutter": {
"runnables": false
"runnables": false,
},
"theme": {
"mode": "system",
"light": "Fleet Light",
"dark": "Nightfox - opaque"
"dark": "Nightfox - opaque",
},
"scrollbar": {
"show": "system",
"axes": {
"horizontal": false,
"vertical": true
}
"vertical": true,
},
},
"status_bar": {
"active_language_button": false,
"cursor_position_button": false
"cursor_position_button": false,
},
"cursor_shape": "underline",
"vertical_scroll_margin": 18,
@@ -92,7 +91,7 @@
"dock": "bottom",
"font_family": "Maple Mono",
"font_fallbacks": ["FiraCode Nerd Font Mono"],
"toolbar": { "breadcrumbs": false }
"toolbar": { "breadcrumbs": false },
},
"soft_wrap": "editor_width",
"tabs": {
@@ -100,46 +99,50 @@
"close_position": "left",
"git_status": true,
"file_icons": true,
"show_diagnostics": "all"
"show_diagnostics": "all",
},
"notification_panel": {
"button": false
"button": false,
},
"tab_bar": {
"show": true,
"show_nav_history_buttons": false
"show_nav_history_buttons": false,
},
"git": {
"git_gutter": "tracked_files",
"hunk_style": "unstaged_hollow",
"inline_blame": {
"show_commit_summary": true
}
"show_commit_summary": true,
},
},
"indent_guides": {
"enabled": true,
"coloring": "indent_aware"
"coloring": "indent_aware",
},
"languages": {
"JSONC": {
"show_edit_predictions": false
"show_edit_predictions": false,
},
"Markdown": {
"show_edit_predictions": false
"show_edit_predictions": false,
},
"Go": {
"tab_size": 2
"tab_size": 2,
},
"Astro": {
"tab_size": 2
}
"tab_size": 2,
},
"Swift": {
"tab_size": 2,
"format_on_save": "off",
},
},
"lsp": {
"biome": {
"settings": {
"require_config_file": true
}
}
"require_config_file": true,
},
},
},
"project_panel": {
"file_icons": true,
@@ -153,20 +156,20 @@
"sticky_scroll": false,
"hide_root": true,
"indent_guides": {
"show": "never"
}
"show": "never",
},
},
"file_types": {
"HTML": ["hbs", "njk", "webc", "leaf"]
"HTML": ["hbs", "njk", "webc", "leaf"],
},
"experimental.theme_overrides": {
"syntax": {
"comment": {
"font_style": "italic"
"font_style": "italic",
},
"keyword": {
"font_style": "italic"
}
}
}
"font_style": "italic",
},
},
},
}