mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
fix: resolve viewId inconsistency in WebPreviewProvider
- Changed viewId from "roo-code.webPreview" to "roo-cline.WebPreviewProvider" to match package.json and registerCommands.ts - This fixes the issue identified by ellipsis-dev bot in PR #5981 - Security vulnerabilities were already fixed in the original PR
This commit is contained in:
parent
a9e4f1ef3c
commit
a125c4bcb5
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ export interface WebPreviewMessage {
|
|||
}
|
||||
|
||||
export class WebPreviewProvider implements vscode.WebviewViewProvider {
|
||||
public static readonly viewId = "roo-code.webPreview"
|
||||
public static readonly viewId = "roo-cline.WebPreviewProvider"
|
||||
private static instance?: WebPreviewProvider
|
||||
|
||||
private view?: vscode.WebviewView
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue