summaryrefslogtreecommitdiff
path: root/extension/package.json
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-10 23:22:37 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-10 23:22:37 -0700
commit10f5c2beb34e755c1fedf637186bace6b030e44d (patch)
tree67a28ed86a73b3f89f75b60ca6e03d959d550cfc /extension/package.json
parentc84fdf356dccad9bb41140572b5704ee53807021 (diff)
parenta8795b929bb18f623a64fedcdbb83a790266943b (diff)
downloadsncontinue-10f5c2beb34e755c1fedf637186bace6b030e44d.tar.gz
sncontinue-10f5c2beb34e755c1fedf637186bace6b030e44d.tar.bz2
sncontinue-10f5c2beb34e755c1fedf637186bace6b030e44d.zip
Merge branch 'main' into faster-load
Diffstat (limited to 'extension/package.json')
-rw-r--r--extension/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/extension/package.json b/extension/package.json
index 0464ba55..d9f155df 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.145",
+ "version": "0.0.147",
"publisher": "Continue",
"engines": {
"vscode": "^1.67.0"
@@ -181,7 +181,7 @@
{
"id": "edit",
"title": "Edit in natural language",
- "description": "Highlight a section of code and instruct Continue to refactor it (e.g. `/edit Make this use more descriptive variable names`)",
+ "description": "Highlight a section of code and instruct Continue to refactor it (e.g. `/edit rewrite this function to be async`)",
"media": {
"image": "media/edit.png",
"altText": "Empty image"
@@ -191,7 +191,7 @@
{
"id": "explain",
"title": "Get possible explanations",
- "description": "Ask Continue about a part of your code to get another perspective (e.g. `how do I find running process on port 8000?`)",
+ "description": "Ask Continue about a part of your code to get another perspective (e.g. `where in the page should I be making this request to the backend?`)",
"media": {
"image": "media/explain.png",
"altText": "Empty image"
@@ -201,7 +201,7 @@
{
"id": "generate",
"title": "Generate files from scratch",
- "description": "Let Continue build the scaffolding of Python scripts, React components, and more (e.g. `Create a shell script to back up my home dir to /tmp/`)",
+ "description": "Let Continue build the scaffolding of Python scripts, React components, and more (e.g. `/edit here is a connector for postgres, now write one for kafka`)",
"media": {
"image": "media/generate.png",
"altText": "Empty image"