summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/extension/package.json b/extension/package.json
index 413e5b89..09703da4 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -14,7 +14,7 @@
"displayName": "Continue",
"pricing": "Free",
"description": "The open-source coding autopilot",
- "version": "0.0.112",
+ "version": "0.0.113",
"publisher": "Continue",
"engines": {
"vscode": "^1.67.0"
@@ -130,12 +130,12 @@
"key": "shift+ctrl+enter"
},
{
- "command": "continue.acceptAllSuggestions",
+ "command": "continue.acceptDiff",
"mac": "shift+cmd+enter",
"key": "shift+ctrl+enter"
},
{
- "command": "continue.rejectAllSuggestions",
+ "command": "continue.rejectDiff",
"mac": "shift+cmd+backspace",
"key": "shift+ctrl+backspace"
}