Hide AI hints on line ends so we can discuss more (#21128)
@bennetbo @as-cii @mrnugget I'm really not liking the hints about AI on every line. It feels too distracting to me and damaging to the user experience. I'm wondering if we can hide them and work with design for other ideas. Or at least talk it through. Release Notes: - N/A
This commit is contained in:
parent
e85848a695
commit
5b0fa6e585
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
// Whether to show inline hints showing the keybindings to use the inline assistant and the
|
// Whether to show inline hints showing the keybindings to use the inline assistant and the
|
||||||
// assistant panel.
|
// assistant panel.
|
||||||
"show_hints": true,
|
"show_hints": false,
|
||||||
// Whether to show the assistant panel button in the status bar.
|
// Whether to show the assistant panel button in the status bar.
|
||||||
"button": true,
|
"button": true,
|
||||||
// Where to dock the assistant panel. Can be 'left', 'right' or 'bottom'.
|
// Where to dock the assistant panel. Can be 'left', 'right' or 'bottom'.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue