Update config/nyosic/settings.json
This commit is contained in:
parent
cabf12a58d
commit
8d7c6c4da4
@ -19,7 +19,7 @@
|
|||||||
"confirm_quit": true,
|
"confirm_quit": true,
|
||||||
"file_icons": true,
|
"file_icons": true,
|
||||||
"always_show_close_button": true,
|
"always_show_close_button": true,
|
||||||
"formatter": "prettier",
|
"formatter": "auto",
|
||||||
|
|
||||||
// ASSISTANT SETTINGS -----
|
// ASSISTANT SETTINGS -----
|
||||||
"assistant": {
|
"assistant": {
|
||||||
@ -32,13 +32,22 @@
|
|||||||
"version": "2"
|
"version": "2"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// PREDICTION PROVIDER SETTINGS
|
||||||
|
"features": {
|
||||||
|
"edit_prediction_provider": null
|
||||||
|
},
|
||||||
|
|
||||||
|
"edit_predictions": {
|
||||||
|
"inline_preview": "when_holding_modifier"
|
||||||
|
},
|
||||||
|
|
||||||
// INLAY HINTS SETTINGS -----
|
// INLAY HINTS SETTINGS -----
|
||||||
"inlay_hints": {
|
"inlay_hints": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"show_type_hints": true,
|
"show_type_hints": true,
|
||||||
"show_parameter_hints": true,
|
"show_parameter_hints": true,
|
||||||
"show_other_hints": true,
|
"show_other_hints": true,
|
||||||
"show_background": false,
|
"show_background": true,
|
||||||
"edit_debounce_ms": 700,
|
"edit_debounce_ms": 700,
|
||||||
"scroll_debounce_ms": 50
|
"scroll_debounce_ms": 50
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user