mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 11:12:00 -05:00
66 lines
1.3 KiB
JSON
Vendored
66 lines
1.3 KiB
JSON
Vendored
{
|
|
"assistant": {
|
|
"enabled": false,
|
|
"version": "2"
|
|
},
|
|
"auto_install_extensions": {
|
|
"catppucchin-icons": true,
|
|
"catppuccin": true,
|
|
"nix": true
|
|
},
|
|
"auto_update": false,
|
|
"base_keymap": "VSCode",
|
|
"features": {
|
|
"copilot": false,
|
|
"inline_completion_provider": "none"
|
|
},
|
|
"hour_format": "hour24",
|
|
"icon_theme": {
|
|
"dark": "Catppuccin Mocha",
|
|
"light": "Catppuccin Mocha",
|
|
"mode": "system"
|
|
},
|
|
"load_direnv": "shell_hook",
|
|
"lsp": {
|
|
"nix": {
|
|
"binary": {
|
|
"path_lookup": true
|
|
}
|
|
}
|
|
},
|
|
"show_whitespaces": "all",
|
|
"terminal": {
|
|
"alternate_scroll": "off",
|
|
"blinking": "off",
|
|
"button": true,
|
|
"copy_on_select": false,
|
|
"detect_venv": {
|
|
"on": {
|
|
"activate_script": "default",
|
|
"directories": [".env", "env", ".venv", "venv"]
|
|
}
|
|
},
|
|
"dock": "bottom",
|
|
"env": {
|
|
"TERM": "alacritty"
|
|
},
|
|
"font_family": "JetBrainsMono Nerd Font",
|
|
"font_features": null,
|
|
"font_size": null,
|
|
"line_height": "comfortable",
|
|
"option_as_meta": false,
|
|
"shell": "system",
|
|
"toolbar": {
|
|
"breadcrumbs": false,
|
|
"title": true
|
|
},
|
|
"working_directory": "current_project_directory"
|
|
},
|
|
"theme": {
|
|
"dark": "Catppuccin Mocha",
|
|
"light": "Catppuccin Mocha",
|
|
"mode": "system"
|
|
},
|
|
"vim_mode": false
|
|
}
|