File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
intellij/src/main/resources Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff 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 ——————————————————— //
Original file line number Diff line number Diff 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 ——————————————————— #
Original file line number Diff line number Diff 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 ——————————————————— //
Original file line number Diff line number Diff 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 ——————————————————— #
You can’t perform that action at this time.
0 commit comments