mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Remove inputCollapsed and outputCollapsed metadata, make them view properties
Fix #125274
This commit is contained in:
@@ -33,8 +33,6 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
transientOutputs: false,
|
||||
transientCellMetadata: {
|
||||
breakpointMargin: true,
|
||||
inputCollapsed: true,
|
||||
outputCollapsed: true,
|
||||
custom: false
|
||||
}
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user