File tree 2 files changed +1
-1
lines changed
code-search/search-strategy
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ export class Catalyser {
55
55
}
56
56
57
57
if ( evaluateOutput . chunks . length > 0 ) {
58
+ channel . append ( "\n" )
58
59
channel . appendLine ( "Found " + evaluateOutput . chunks . length + " code snippets\n" ) ;
59
60
for ( let chunk of evaluateOutput . chunks ) {
60
61
// a file path will be like: `build.gradle.kts (0-5)`, we need to parse range from name
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import { CustomActionPrompt } from "../../prompt-manage/custom-action/CustomActi
12
12
import { AutoDevStatus , AutoDevStatusManager } from "../../editor/editor-api/AutoDevStatusManager" ;
13
13
import { LlmProvider } from "../../llm-provider/LlmProvider" ;
14
14
import { channel } from "../../channel" ;
15
- import { TextRange } from "../scope-graph/model/TextRange" ;
16
15
import { LocalEmbeddingProvider } from "../embedding/LocalEmbeddingProvider" ;
17
16
import { ContextItem , RetrieveOption } from "../retrieval/Retrieval" ;
18
17
import { StrategyOutput } from "./_base/StrategyOutput" ;
You can’t perform that action at this time.
0 commit comments