mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Refactor ClaudeDev
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// 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 { ClaudeDevProvider } from "./providers/ClaudeDevProvider"
|
||||
import { ClaudeDevProvider } from "./core/webviews/ClaudeDevProvider"
|
||||
import delay from "delay"
|
||||
import { createClaudeDevAPI } from "./exports"
|
||||
import "./utils/path-helpers" // necessary to have access to String.prototype.toPosix
|
||||
|
||||
Reference in New Issue
Block a user