From 184685178b7a120b100f504f7ff779d05e43ff71 Mon Sep 17 00:00:00 2001 From: Nate Sesti <33237525+sestinj@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:54:46 -0700 Subject: Update getting-started.md --- docs/docs/getting-started.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index fc19552e..9f70e2de 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -1,7 +1,5 @@ # Getting started -## Recommended: Install in VS Code - :::note Continue requires that you have Python 3.8 or greater. If you do not, please [install](https://python.org) it ::: @@ -14,12 +12,4 @@ Continue requires that you have Python 3.8 or greater. If you do not, please [in ![vscode-install](/img/continue-screenshot.png) -4. If it's your first time using Continue, it will open a file called `calculator.py` with instructions: - -![codespaces-install](/img/continue-screenshot2.png) - -5. Try using it with your own code! - -## Alternative: GitHub Codespaces - -If you would like to try without installing on your machine, you can [open our GitHub Codespace](https://codespaces.new/continuedev/continue-codespaces-demo?quickstart=1) to play with Continue in a browser-based editor +4. Enjoy! -- cgit v1.2.3-70-g09d2 From 823ab0a8c65a5e116e43afe61e7a720151e59111 Mon Sep 17 00:00:00 2001 From: Nate Sesti <33237525+sestinj@users.noreply.github.com> Date: Thu, 27 Jul 2023 16:59:49 -0700 Subject: Update how-to-use-continue.md --- docs/docs/how-to-use-continue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/how-to-use-continue.md b/docs/docs/how-to-use-continue.md index 7411c45f..235a87b7 100644 --- a/docs/docs/how-to-use-continue.md +++ b/docs/docs/how-to-use-continue.md @@ -12,7 +12,7 @@ As you use Continue more, you will learn when to trust it. A great way to get st If you are trying to use it for a new task and don’t have a sense of how much Continue can help you complete it, it can often be helpful to start like this: -1. Highlight any code that you don’t understand and type `tell me how this code works` +1. Highlight any code that you don’t understand and type `tell me how this code works` in the text box of the Continue side bar 2. If the explanation seems reasonable, then, while still highlighting the code, type `how would you change this code to [INSERT TASK]?` 3. If this explanation is also pretty good, then, while still highlighting the code, type `/edit [INSERT TASK]` 4. If it does not work on first attempt, click `reject` on its suggestions and try again—often it will make a different suggestion each time -- cgit v1.2.3-70-g09d2