summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/extension/package.json b/extension/package.json
index 30690397..79681f6b 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -106,6 +106,11 @@
"command": "continue.rejectAllSuggestions",
"category": "Continue",
"title": "Reject All Suggestions"
+ },
+ {
+ "command": "continue.quickTextEntry",
+ "category": "Continue",
+ "title": "Quick Text Entry"
}
],
"keybindings": [
@@ -138,6 +143,11 @@
"command": "continue.rejectDiff",
"mac": "shift+cmd+backspace",
"key": "shift+ctrl+backspace"
+ },
+ {
+ "command": "continue.quickTextEntry",
+ "mac": "cmd+h",
+ "key": "ctrl+h"
}
],
"menus": {