diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-10 23:22:37 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-10 23:22:37 -0700 |
commit | efa4c87a31bc5f35fff30bf3642681713834a58a (patch) | |
tree | f8429e4b4898188e2490d7241043f4d61ed1d909 /extension/package.json | |
parent | 13848f99e12f69d9d58c3cb31e9e54e386eb3af0 (diff) | |
parent | 1f050f737f7fa426bc4e3340abee7753095e792e (diff) | |
download | sncontinue-efa4c87a31bc5f35fff30bf3642681713834a58a.tar.gz sncontinue-efa4c87a31bc5f35fff30bf3642681713834a58a.tar.bz2 sncontinue-efa4c87a31bc5f35fff30bf3642681713834a58a.zip |
Merge branch 'main' into faster-load
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 8 |
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" |