diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-07 21:04:56 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-07 21:04:56 -0700 |
commit | 924fc27e53bd2503a3f6d3b49a4d5c02b8ace66d (patch) | |
tree | e93a80e7ce7febbe58b2c4f17345d44457449b34 /extension | |
parent | 6f0e6340bb22ee150ef4b7996750f4c63c0bc2a7 (diff) | |
parent | 59dc2a776268da2567aad17421053011c1263cf1 (diff) | |
download | sncontinue-924fc27e53bd2503a3f6d3b49a4d5c02b8ace66d.tar.gz sncontinue-924fc27e53bd2503a3f6d3b49a4d5c02b8ace66d.tar.bz2 sncontinue-924fc27e53bd2503a3f6d3b49a4d5c02b8ace66d.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension')
-rw-r--r-- | extension/README.md | 14 | ||||
-rw-r--r-- | extension/package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/extension/README.md b/extension/README.md index 4786c99b..b57aedb7 100644 --- a/extension/README.md +++ b/extension/README.md @@ -4,6 +4,13 @@ ## Task, not tab, auto-complete +### Get possible explainations + +Ask Continue about a part of your code to get another perspective +- `what might cause this error?` +- `what is the load_dotenv library name?` +- `how do I find running process on port 8000?` + ### Edit in natural language Highlight a section of code and instruct Continue to refactor it @@ -11,13 +18,6 @@ Highlight a section of code and instruct Continue to refactor it - `/edit Rewrite this API call to grab all pages` - `/edit Use 'Union' instead of a vertical bar here` -### Get possible explainations - -Ask Continue about a part of your code to get another perspective -- `/explain what might cause this error?` -- `/explain what is the load_dotenv library name?` -- `/explain how do I find running process on port 8000?` - ### Generate files from scratch Let Continue build the scaffolding of Python scripts, React components, and more diff --git a/extension/package.json b/extension/package.json index aa6a7a30..e1de3b73 100644 --- a/extension/package.json +++ b/extension/package.json @@ -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. `/explain how do I find running process on port 8000?`)", + "description": "Ask Continue about a part of your code to get another perspective (e.g. `how do I find running process on port 8000?`)", "media": { "image": "media/explain.png", "altText": "Empty image" |