mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 07:13:45 +01:00
Show artifact widget uncollapsed by default
This commit is contained in:
committed by
Henning Dieterichs
parent
1c73ab855c
commit
e6d50dd618
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user