Show artifact widget uncollapsed by default

This commit is contained in:
Henning Dieterichs
2026-03-25 18:12:32 +01:00
committed by Henning Dieterichs
parent 1c73ab855c
commit e6d50dd618

View File

@@ -35,7 +35,7 @@ export class ChatArtifactsWidget extends Disposable {
private readonly _autorunDisposable = this._register(new MutableDisposable());
private _currentObs: IObservable<readonly IChatArtifact[]> | undefined;
private _isCollapsed = true;
private _isCollapsed = false;
private _list: WorkbenchList<IChatArtifact> | undefined;
private readonly _listStore = this._register(new DisposableStore());
private _expandIcon!: HTMLElement;