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,8 +1,8 @@
// The module 'vscode' contains the VS Code extensibility API
// Import the module and reference it with the alias vscode in your code below
import * as vscode from "vscode"
import { ClineProvider } from "./core/webview/ClaudeDevProvider"
import delay from "delay"
import * as vscode from "vscode"
import { ClineProvider } from "./core/webview/ClineProvider"
import { createClaudeDevAPI } from "./exports"
import "./utils/path" // necessary to have access to String.prototype.toPosix