feat: compact snippet list option (#1339)

A "Show Commands" toggle in the snippets settings menu hides the command
text under each snippet name, for people who dock the panel on the
narrow right rail and only need the names. Local preference, on by
default.
This commit is contained in:
ZacharyZcR
2026-08-25 02:15:09 +08:00
committed by GitHub
parent c17134a2a4
commit ae9cce4de3
3 changed files with 34 additions and 3 deletions
+2
View File
@@ -4286,6 +4286,8 @@
"expandAppRailOnHoverDesc": "Allow the left sidebar app rail to expand when the pointer moves over it",
"settingsNavigation": "Navigation",
"navigationTabsDesc": "Choose which tabs appear in the app rail",
"showSnippetCommands": "Show Commands",
"showSnippetCommandsDesc": "Show each snippet's command under its name. Turn off for a compact list.",
"foldersCollapsed": "Folders Collapsed",
"foldersCollapsedDesc": "Collapse folders by default",
"confirmExecution": "Confirm Execution",