We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f37976d commit 5330eceCopy full SHA for 5330ece
src/workbench/panel/output.tsx
@@ -16,6 +16,7 @@ function Output(props: IPanelItem) {
16
readOnly: true,
17
lineDecorationsWidth: 0,
18
lineNumbers: 'off',
19
+ minimap: undefined,
20
automaticLayout: true,
21
}}
22
/>
0 commit comments