AvaloniaUI / AvaloniaVSCode

Visual Studio Code Extension for Avalonia UI
https://marketplace.visualstudio.com/items?itemName=AvaloniaTeam.vscode-avalonia
MIT License
103 stars 18 forks source link

Output pane automatically opens when extension is installed #127

Open AliveDevil opened 5 months ago

AliveDevil commented 5 months ago

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

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.