diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-18 13:31:56 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-18 13:31:56 -0700 |
commit | 9dc3e0f7cbfa928a6683ab361afe329fcd194e64 (patch) | |
tree | a418e28387cfce35eb7b4b2a664b84eb5f8d5c0e /continuedev | |
parent | 8738e31ac456f9876adccec4c9bba68e7ded1417 (diff) | |
parent | 9fdea19e3f83ca0cb1dbd204c6e445c8df32f7a9 (diff) | |
download | sncontinue-9dc3e0f7cbfa928a6683ab361afe329fcd194e64.tar.gz sncontinue-9dc3e0f7cbfa928a6683ab361afe329fcd194e64.tar.bz2 sncontinue-9dc3e0f7cbfa928a6683ab361afe329fcd194e64.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'continuedev')
-rw-r--r-- | continuedev/src/continuedev/steps/welcome.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/continuedev/src/continuedev/steps/welcome.py b/continuedev/src/continuedev/steps/welcome.py index fd9e9f65..323571ba 100644 --- a/continuedev/src/continuedev/steps/welcome.py +++ b/continuedev/src/continuedev/steps/welcome.py @@ -22,9 +22,9 @@ class WelcomeStep(Step): await sdk.ide.applyFileSystemEdit(AddFile(filepath=filepath, content=dedent("""\ \"\"\" - Welcome to Continue! To get acquainted, delete this comment and try to use Continue for the following: + Welcome to Continue! To learn how to use it, delete this comment and try to use Continue for the following: - "Write me a calculator class" - - Ask for a new method, maybe "exp" or "mod" or sqrt" + - Ask for a new method (e.g. "exp", "mod", "sqrt") - Type /comment to write comments for the entire class - - Ask about how the class works, how to write it in another language, or anything else you can think of + - Ask about how the class works, how to write it in another language, etc. \"\"\""""))) |