Hey everyone there is a way to make the output window stay hidden according to https://github.com/microsoft/vscode/issues/105270. I did it and it works! Just add the following in settings.json
"workbench.view.showQuietly": {
"workbench.panel.output": true
}