Add scrollbars setting

This commit is contained in:
Mikayla Maki
2023-05-17 14:09:26 -07:00
parent 1c9a7a7ad8
commit ae3394f4de
4 changed files with 44 additions and 1 deletions
+11
View File
@@ -43,6 +43,17 @@
// 3. Draw all invisible symbols:
// "all"
"show_whitespaces": "selection",
// Whether to show the scrollbar in the editor.
// This setting can take four values:
//
// 1. Show the scrollbar if there's important information or
// follow the system's configured behavior (default):
// "auto"
// 2. Match the system's configured behavior:
// "system"
// 3. Always show the scrollbar:
// "always"
"show_scrollbars": "auto",
// Whether the screen sharing icon is shown in the os status bar.
"show_call_status_icon": true,
// Whether to use language servers to provide code intelligence.