mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Refactor analyze-project to parse-source-code
This commit is contained in:
parent
71a9ed1d1e
commit
3daca3d68f
16 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import pWaitFor from "p-wait-for"
|
|||
import * as path from "path"
|
||||
import { serializeError } from "serialize-error"
|
||||
import * as vscode from "vscode"
|
||||
import { listFiles, parseSourceCodeForDefinitions } from "./analyze-project"
|
||||
import { listFiles, parseSourceCodeForDefinitions } from "./parse-source-code"
|
||||
import { ClaudeDevProvider } from "./providers/ClaudeDevProvider"
|
||||
import { ClaudeRequestResult } from "./shared/ClaudeRequestResult"
|
||||
import { DEFAULT_MAX_REQUESTS_PER_TASK } from "./shared/Constants"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue