summaryrefslogtreecommitdiff
path: root/continuedev/src
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-14 17:40:16 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-14 17:40:16 -0700
commit6b3d20c943c0c1417b437ad475019bae729103ed (patch)
tree13a15ab602c0f67e37870a388a1cf92e592ea97b /continuedev/src
parent42232b46c137a24e4439161ef6dca2c9cf647e7a (diff)
downloadsncontinue-6b3d20c943c0c1417b437ad475019bae729103ed.tar.gz
sncontinue-6b3d20c943c0c1417b437ad475019bae729103ed.tar.bz2
sncontinue-6b3d20c943c0c1417b437ad475019bae729103ed.zip
fixed config explanation, don't read terminals
Diffstat (limited to 'continuedev/src')
-rw-r--r--continuedev/src/continuedev/steps/open_config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/continuedev/src/continuedev/steps/open_config.py b/continuedev/src/continuedev/steps/open_config.py
index 87f03e9f..af55a95a 100644
--- a/continuedev/src/continuedev/steps/open_config.py
+++ b/continuedev/src/continuedev/steps/open_config.py
@@ -14,10 +14,10 @@ class OpenConfigStep(Step):
"custom_commands": [
{
"name": "test",
- "description": "Write unit tests like I do for the highlighted code"
+ "description": "Write unit tests like I do for the highlighted code",
"prompt": "Write a comprehensive set of unit tests for the selected code. It should setup, run tests that check for correctness including important edge cases, and teardown. Ensure that the tests are complete and sophisticated."
}
- ],
+ ]
```
`"name"` is the command you will type.
`"description"` is the description displayed in the slash command menu.