feat(vscode): add session editor panel (#146)
Add command to open active session in editor panel. Introduce editor view mode for displaying sessions alongside files. Update toolbar navigation for editor and sidebar modes.
This commit is contained in:
committed by
GitHub
parent
c52a5f27a2
commit
032229c7a2
@@ -44,6 +44,11 @@ export class AgentManagerPanelProvider {
|
||||
}
|
||||
);
|
||||
|
||||
this._panel.iconPath = {
|
||||
light: vscode.Uri.joinPath(this._extensionUri, 'assets', 'icon.svg'),
|
||||
dark: vscode.Uri.joinPath(this._extensionUri, 'assets', 'icon-titlebar.svg'),
|
||||
};
|
||||
|
||||
this._panel.webview.html = this._getHtmlForWebview(this._panel.webview);
|
||||
|
||||
// Send theme payload (including optional Shiki theme JSON) after the webview is set up.
|
||||
|
||||
Reference in New Issue
Block a user