We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bd8776 + c86bcb5 commit 1b6b6c5Copy full SHA for 1b6b6c5
src/vs/workbench/contrib/terminalContrib/stickyScroll/browser/terminalStickyScrollOverlay.ts
@@ -446,6 +446,7 @@ export class TerminalStickyScrollOverlay extends Disposable {
446
private _getOptions(): ITerminalOptions {
447
const o = this._xterm.raw.options;
448
return {
449
+ allowTransparency: true,
450
cursorInactiveStyle: 'none',
451
scrollback: 0,
452
logLevel: 'off',
0 commit comments