mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Refactor ClineProvider
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user