mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
73 lines
1.4 KiB
JSON
73 lines
1.4 KiB
JSON
{
|
|
"telemetry": {
|
|
"metrics": false
|
|
},
|
|
"assistant": {
|
|
"default_model": {
|
|
"provider": "copilot_chat",
|
|
"model": "claude-3-7-sonnet"
|
|
},
|
|
"version": "2"
|
|
},
|
|
"languages": {
|
|
"Shell Script": {
|
|
"enable_language_server": true
|
|
},
|
|
"JavaScript": {
|
|
"enable_language_server": true,
|
|
"code_actions_on_format": {
|
|
"source.fixAll.eslint": true
|
|
}
|
|
},
|
|
"Lua": {
|
|
"enable_language_server": true,
|
|
"tab_size": 2
|
|
}
|
|
},
|
|
"lsp": {
|
|
"eslint": {
|
|
"settings": {
|
|
"nodePath": "./node_modules/.bin"
|
|
}
|
|
},
|
|
"gopls": {
|
|
"initialization_options": {
|
|
"hints": {
|
|
"assignVariableTypes": true,
|
|
"compositeLiteralFields": true,
|
|
"compositeLiteralTypes": true,
|
|
"constantValues": true,
|
|
"functionTypeParameters": true,
|
|
"parameterNames": true,
|
|
"rangeVariableTypes": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"preferred_line_length": 100,
|
|
"format_on_save": "on",
|
|
"vim_mode": true,
|
|
"theme": {
|
|
"mode": "system",
|
|
"light": "Iceberg",
|
|
"dark": "Iceberg"
|
|
},
|
|
"inlay_hints": {
|
|
"enabled": true,
|
|
"show_type_hints": true,
|
|
"show_parameter_hints": true,
|
|
"show_other_hints": true
|
|
},
|
|
"ui_font_size": 16,
|
|
"buffer_font_size": 16,
|
|
"buffer_font_fallbacks": [
|
|
"JetBrainsMono Nerd Font"
|
|
],
|
|
"edit_predictions": {
|
|
"disabled_globs": [
|
|
".env"
|
|
]
|
|
},
|
|
"hour_format": "hour24"
|
|
}
|