Description
openedon Mar 3, 2022
Environment data
dotnet --info
output: 6.0.102
VS Code version: 1.64.2
C# Extension version: 1.24.1
linux
OmniSharp log
nothing interesting
Steps to reproduce
start vscode
Expected behavior
Load all projects, then keep quiet.
Actual behavior
After upgrading to v1.24.1, vscode loads all projects as usual, and much faster because it seems to be doing it on multiple threads.
But after loading, code/omnisharp doesn't stop working, and the machine's fan never shuts up (it slows down but I hear it). htop
shows that code
and dotnet ... ms-dotnettools.csharp
processes are always doing something, even if I'm not using vscode.
I have no idea how to diagnose this, or whether "it's just me". I do know that it was not light on resources before, but it wasn't heavy either. Now it's quite heavy. htop
shows activity all the time. Nothing has changed other than the upgrade to 1.24.1.
Has anyone else experienced this, and do you have any tips to share? If "it's just me" then please close the issue, but maybe if others document their experiences below we can discover if there's a problem?