Refactor ClaudeDev

This commit is contained in:
Saoud Rizwan
2024-09-24 11:02:53 -04:00
parent 4e10e1ec3d
commit 4a1f61d4b5
5 changed files with 33 additions and 33 deletions

View File

@@ -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