diff options
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/extension/package.json b/extension/package.json index 9fe38f7f..121423ed 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.174", + "version": "0.0.178", "publisher": "Continue", "engines": { "vscode": "^1.67.0" @@ -106,6 +106,11 @@ "command": "continue.quickTextEntry", "category": "Continue", "title": "Quick Text Entry" + }, + { + "command": "continue.quickFix", + "category": "Continue", + "title": "Quick Fix" } ], "keybindings": [ |