Skip to content

Commit

Permalink
🔥 remove hello from continuerc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed May 18, 2024
1 parent bc93e4a commit c52b6e7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions extensions/vscode/.continuerc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
{
"customCommands": [
{
"name": "hello",
"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": "This is an example custom command. Use /config to edit it and create more"
}
]
"customCommands": []
}

0 comments on commit c52b6e7

Please sign in to comment.