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 | 1aee6d44d3837341b17a4aa285b9324b38733488 (patch) | |
tree | 31aa90a6a8f90fca5ae55fa8ef0418e3ac350e28 | |
parent | ccfccbf3fe0136445a688867d517eb2ab116ed0d (diff) | |
parent | 59f2d4c43af25035e8ae3651878910578b837670 (diff) | |
download | sncontinue-1aee6d44d3837341b17a4aa285b9324b38733488.tar.gz sncontinue-1aee6d44d3837341b17a4aa285b9324b38733488.tar.bz2 sncontinue-1aee6d44d3837341b17a4aa285b9324b38733488.zip |
Merge branch 'main' of https://github.com/continuedev/continue
-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. \"\"\""""))) |