summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-27 11:23:55 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-27 11:23:55 -0700
commit5d973490687c40922f2b7a2ddf2a3e19c207eb0f (patch)
treefab63009bd6014cd8ded1bd0a536727e0228b055 /extension/package.json
parent4e47da8398ac1cecb6f7100568f0f7296baaeac9 (diff)
downloadsncontinue-5d973490687c40922f2b7a2ddf2a3e19c207eb0f.tar.gz
sncontinue-5d973490687c40922f2b7a2ddf2a3e19c207eb0f.tar.bz2
sncontinue-5d973490687c40922f2b7a2ddf2a3e19c207eb0f.zip
feat: :loud_sound: give users access to Continue server logs
can see logs in ~/.continue/continue.log
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/extension/package.json b/extension/package.json
index 31eb3cac..e53b686d 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.209",
+ "version": "0.0.210",
"publisher": "Continue",
"engines": {
"vscode": "^1.67.0"
@@ -106,6 +106,11 @@
"command": "continue.quickFix",
"category": "Continue",
"title": "Quick Fix"
+ },
+ {
+ "command": "continue.viewLogs",
+ "category": "Continue",
+ "title": "View Logs"
}
],
"keybindings": [