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.
1 parent 3630259 commit de7c579Copy full SHA for de7c579
src/services/PopupConsoleWindow.ts
@@ -70,6 +70,7 @@ class PopupOutputChannel implements vscode.OutputChannel {
70
contentEl.style.width = '80%'
71
contentEl.style.height = '80%'
72
contentEl.style.background = 'white'
73
+ contentEl.style.color = 'black'
74
container.style.cursor = 'auto'
75
contentEl.innerText = this.logs
76
const watcherDisposable = this.onDidChangeLog(() => {
0 commit comments