Skip to content

Commit 3fedea6

Browse files
authored
Merge pull request #7223 from continuedev/nate/tutorial-init
Update tutorial instructions to use /init slash command instead of unit test examples
2 parents 285630e + 66f0ea7 commit 3fedea6

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

extensions/intellij/src/main/resources/continue_tutorial.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ public static int[] sortingAlgorithm2(int[] x) {
5858
// the model to make decisions and save you the work of manually finding context and performing actions.
5959

6060
// 1. Switch from "Chat" to "Agent" mode using the dropdown in the bottom left of the input box
61-
// 2. Try asking Continue "Write unit tests for this code in a new file and run the test"
61+
// 2. Use the "/init" slash command to generate a CONTINUE.md file
6262

6363
// —————————————————— Learn more at https://docs.continue.dev/getting-started/overview ——————————————————— //

extensions/intellij/src/main/resources/continue_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ def sorting_algorithm2(x):
4747
# the model to make decisions and save you the work of manually finding context and performing actions.
4848

4949
# 1. Switch from "Chat" to "Agent" mode using the dropdown in the bottom left of the input box
50-
# 2. Try asking Continue "Write unit tests for this code in a new file and run the test"
50+
# 2. Use the "/init" slash command to generate a CONTINUE.md file
5151

5252
# —————————————————— Learn more at https://docs.continue.dev/getting-started/overview ——————————————————— #

extensions/intellij/src/main/resources/continue_tutorial.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ function sortingAlgorithm2(x: number[]): number[] {
5858
// the model to make decisions and save you the work of manually finding context and performing actions.
5959

6060
// 1. Switch from "Chat" to "Agent" mode using the dropdown in the bottom left of the input box
61-
// 2. Try asking Continue "Write unit tests for this code in a new file"
61+
// 2. Use the "/init" slash command to generate a CONTINUE.md file
6262

6363
// —————————————————— Learn more at https://docs.continue.dev/getting-started/overview ——————————————————— //

extensions/vscode/continue_tutorial.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def sorting_algorithm2(x):
4747
# the model to make decisions and save you the work of manually finding context and performing actions.
4848

4949
# 1. Switch from "Chat" to "Agent" mode using the dropdown in the bottom left of the input box
50-
# 2. Try asking Continue "Write unit tests for this code in a new file",
51-
# or if you have Python installed, "Write unit tests for this code in a new file and run the test"
50+
# 2. Use the "/init" slash command to generate a CONTINUE.md file
5251

5352
# —————————————————— Learn more at https://docs.continue.dev/getting-started/overview ——————————————————— #

0 commit comments

Comments
 (0)