mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00: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