diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-10 15:44:35 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-10 15:44:35 -0700 |
commit | 7c9a65f1d1aee16f5fb9fe5ca41c6965ac92341a (patch) | |
tree | ab503577d67031a214c4a292c893dbc4e97b7a50 /extension/package.json | |
parent | 845e4678b29dacaf926717989117a7d26b53e6ab (diff) | |
download | sncontinue-7c9a65f1d1aee16f5fb9fe5ca41c6965ac92341a.tar.gz sncontinue-7c9a65f1d1aee16f5fb9fe5ca41c6965ac92341a.tar.bz2 sncontinue-7c9a65f1d1aee16f5fb9fe5ca41c6965ac92341a.zip |
update for v2
Diffstat (limited to 'extension/package.json')
-rw-r--r-- | extension/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extension/package.json b/extension/package.json index 444372f8..0477a450 100644 --- a/extension/package.json +++ b/extension/package.json @@ -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" |