mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Add secret and global state management + messaging between web and extension; persist API key and max num requests; add Welcome screen
This commit is contained in:
@@ -29,7 +29,7 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
// })
|
||||
// context.subscriptions.push(disposable)
|
||||
|
||||
const provider = new SidebarProvider(context.extensionUri)
|
||||
const provider = new SidebarProvider(context)
|
||||
|
||||
context.subscriptions.push(vscode.window.registerWebviewViewProvider(SidebarProvider.viewType, provider))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user