MCPcopy Create free account
hub / github.com/FSoft-AI4Code/HyperAgent /

Class

hyperagent-ext/src/panels/HelloWorldPanel.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import * as vscode from "vscode";
4
5export class HelloWorldPanel {
6 public static currentPanel: HelloWorldPanel | undefined;
7 private readonly _panel: vscode.WebviewPanel;
8 private _disposables: vscode.Disposable[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected