mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Only initialize puppeteer if user mentions url
This commit is contained in:
@@ -40,11 +40,6 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
|
||||
const sidebarProvider = new ClaudeDevProvider(context, outputChannel)
|
||||
|
||||
// Installs chromium for puppeteer url scraping
|
||||
UrlScraper.ensureChromiumExists(context).catch((error) => {
|
||||
outputChannel.appendLine(`Error installing Chromium: ${JSON.stringify(error)}`)
|
||||
})
|
||||
|
||||
context.subscriptions.push(
|
||||
vscode.window.registerWebviewViewProvider(ClaudeDevProvider.sideBarId, sidebarProvider, {
|
||||
webviewOptions: { retainContextWhenHidden: true },
|
||||
|
||||
Reference in New Issue
Block a user