add: adding support for continuerc.json moveing design.draft
This commit is contained in:
parent
05da76627a
commit
cfa10fe8eb
2 changed files with 16 additions and 0 deletions
16
.continuerc.json
Normal file
16
.continuerc.json
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"systemMessage": "",
|
||||||
|
"completionOptions": {
|
||||||
|
"maxTokens": 600
|
||||||
|
},
|
||||||
|
"customCommands": [
|
||||||
|
{
|
||||||
|
"name": "configtest",
|
||||||
|
"prompt": "{{{ input }}}\n\nWrite 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. Give the tests just as chat output, don't edit any file.",
|
||||||
|
"description": "Write unit tests for highlighted code"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"contextProviders": [],
|
||||||
|
"slashCommands": [],
|
||||||
|
"allowAnonymousTelemetry": false
|
||||||
|
}
|
Loading…
Reference in a new issue