Disable terminal output each time a c# project is opened
See original GitHub issue- 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
Issue Analytics
- State:
- Created 2 years ago
- Reactions:15
- Comments:5
Top Results From Across the Web
Prevent Visual Studio on Mac from opening new tabs in terminal
Right click your project in the Solution window and select Options. Open Run - Configurations - Default. Uncheck Run on external console. Click ......
Read more >Enable and disable Edit and Continue - Visual Studio (Windows)
Learn how to disable and enable Edit and Continue in Visual Studio Options at design time. Edit and Continue works only in debug...
Read more >Integrated Terminal in Visual Studio Code
Remove terminal instances by hovering a tab and selecting the Trash Can button, selecting a tab item and pressing Delete, using Terminal: Kill...
Read more >How to Prevent Console Window From Closing in Visual ...
How to prevent console window from closing in visual studio C++ when running your program video tutorial. This tutorial explores different ...
Read more >Bash Reference Manual - GNU.org
[time [-p]] [!] command1 [ | or |& command2 ] … The output of each command in the pipeline is connected via a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can confirm that this has been happening recently, even for non-C# projects.
For example, this is a NextJs project:
Same here, It doesn’t need to be a project. Just starting new empty VS code project causes this message to appear …