I don't want to see the output log ever - on a 16:9 display it's super annoying that the output panel always opens up when opening a C# workspace.
This only happens when the Avalonia VS Code extension is installed, and I see the culprit in the unconditional use of dotnet.showAcquisitionLog.
To Reproduce
Install extension, open workspace.
Observe that the output panel automatically opens.
Avalonia for VS Code
0.0.31
Avalonia version
No response
VS Code version
1.90.2
Relevant log output
AvaloniaTeam.vscode-avalonia requested to download the .NET Runtime.
AvaloniaTeam.vscode-avalonia: Trying to install .NET 8.0.6~x64 but it already exists. No downloads or changes were made.
Additional context
Please provide an option to disable automatically revealing the dotnet install tool acquisition log.
Describe the bug
I don't want to see the output log ever - on a 16:9 display it's super annoying that the output panel always opens up when opening a C# workspace. This only happens when the Avalonia VS Code extension is installed, and I see the culprit in the unconditional use of
dotnet.showAcquisitionLog
.To Reproduce
Install extension, open workspace. Observe that the output panel automatically opens.
Avalonia for VS Code
0.0.31
Avalonia version
No response
VS Code version
1.90.2
Relevant log output
Additional context
Please provide an option to disable automatically revealing the dotnet install tool acquisition log.