dotnet/vscode-csharp

Disable terminal output each time a c# project is opened

clicktodev opened this issue · 5 comments

  1. Start any c# project, I mainly open unity projects
    This wasn't a thing before, now It's very annoying.

Environment data

dotnet --info output: 6.0.101
VS Code version: 1.63.2
C# Extension version: 1.24.0

OmniSharp log

"
Installing C# dependencies...
Platform: win32, x86_64

Finished
"

Expected behavior

Actual behavior

image

I can confirm that this has been happening recently, even for non-C# projects.

For example, this is a NextJs project:

image

This is pretty annoying... pops up every time I open a workspace

+1
This is incredibly annoying when you have to open vscode multiple times

Each time I open vs code, I have to wait for it to finish output logging before I can switch to terminal and run a quick console command. Please fix this.

Same here, It doesn't need to be a project. Just starting new empty VS code project causes this message to appear ...