mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Remove previous webview since we use react app now
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// 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 { HelloWorldPanel } from "./HelloWorldPanel"
|
||||
import { SidebarProvider } from "./providers/SidebarProvider"
|
||||
|
||||
/*
|
||||
@@ -28,15 +27,8 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
// // Display a message box to the user
|
||||
// vscode.window.showInformationMessage("Hello World from claude-dev!")
|
||||
// })
|
||||
|
||||
// context.subscriptions.push(disposable)
|
||||
|
||||
// const helloCommand = vscode.commands.registerCommand("claude-dev.helloWorld", () => {
|
||||
// HelloWorldPanel.render(context.extensionUri)
|
||||
// })
|
||||
|
||||
// context.subscriptions.push(helloCommand)
|
||||
|
||||
const provider = new SidebarProvider(context.extensionUri)
|
||||
|
||||
context.subscriptions.push(vscode.window.registerWebviewViewProvider(SidebarProvider.viewType, provider))
|
||||
|
||||
Reference in New Issue
Block a user