Refactor ClineProvider

This commit is contained in:
Saoud Rizwan
2024-10-05 23:18:21 -04:00
parent da3aa7a658
commit fe052d28df
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
import * as vscode from "vscode"
import * as path from "path"
import { listFiles } from "../../services/glob/list-files"
import { ClineProvider } from "../../core/webview/ClaudeDevProvider"
import { ClineProvider } from "../../core/webview/ClineProvider"
const cwd = vscode.workspace.workspaceFolders?.map((folder) => folder.uri.fsPath).at(0)