Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 4c6d38e

Browse files
authored
Command Hints: Update setting enablement (#3154)
## Description 1. Defaults the setting to on, as visible to the user. See comment below as to why that is important 2. Adds default text to the setting description, so users can easily search VS Code settings to disable this if they want to. ## Test plan **When `cody.commandHints.enabled` setting is not set:** 1. Set `cody-command-hints` flag to 100%. Check command hints are enabled. Check value is correctly shown in "Cody Settings" menu. 2. Set `cody-command-hints` flag to 0%. Reload and check command hints are NOT enabled. Check value is correctly shown in "Cody Settings" menu. **When `cody.commandHints.enabled` setting is already set to `true`:** 1. Set `cody-command-hints` flag to 0%. Reload and check command hints are STILL enabled. Check value is correctly shown in "Cody Settings" menu. **When `cody.commandHints.enabled` setting is already set to `false`:** 1. Set `cody-command-hints` flag to 100%. Check command hints are NOT enabled. Check value is correctly shown in "Cody Settings" menu. <!-- Required. See https://sourcegraph.com/docs/dev/background-information/testing_principles. -->
1 parent e59b9c9 commit 4c6d38e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,8 +821,8 @@
821821
"order": 12,
822822
"title": "Cody Command Hints",
823823
"type": "boolean",
824-
"markdownDescription": "Enable hints for Edit and Chat shortcuts, displayed alongside editor selections.",
825-
"default": false
824+
"markdownDescription": "Enable hints for Edit and Chat shortcuts (\"Opt+K to Edit, Opt+L to Chat\"), displayed alongside editor selections.",
825+
"default": true
826826
},
827827
"cody.experimental.simpleChatContext": {
828828
"order": 99,

0 commit comments

Comments
 (0)