C
C#10mo ago
eid

❔ vscodeintellcode-csharp-0126 very high cpu

i just type c# code in vscode in linux, i get high cpu 100%, just during type,when stop type, the cpu become low again, what the problem?
6 Replies
Angius
Angius10mo ago
Are you using the DevKit extension or something else? Also, what's your CPU?
eid
eid10mo ago
yes AMD Phenom(tm) II X4 B95 Processor
Angius
Angius10mo ago
That's... not the most powerful PC out there, frankly, so I can see the usage spiking high That said, it might be worth posting on the DevKit's repo Maybe there is some issue with CPU utilization that does need to be looked at
reflectronic
reflectronic10mo ago
if the process is named "vscodeintellicode" then i would disable the IntelliCode extension. it is AI-based suggestions for things like statement completion, repeated edits, etc. it is neat but nowhere near required to have a good experience. and my understanding is that the model is local
eid
eid10mo ago
it's good features but if it will cause problem to me, i'll disable it, that good suggestion, thanks
Accord
Accord10mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
❔ Can someone help me understand this statement around dependency inversion with an example?I was refreshing my memory on SOLID based on conversations in #chat today, and a particular statemen❔ How to integrate stripe payment gateway into C# application?I have a small work that needs to be done soon. Only stipe payment integration into a C# applicationTypeInitializationException thrown by runtime when attempting to use JsonSerializer (.NET 8.0).Hi. I am running dotnet version 8.0.100-preview.4.23260.5, using ASP.NET version 8.0.0-preview.7.233❔ Assignment: TCPListener that recieves and returns to tcpClientHey. I do know how the tcpListener and tcpClient class works in c#, however im stuck on this assign❔ Sign up /Log in formI need help creating a sign up form for my app. I understand the components, but still find it quite❔ Trying to shorten this code.The code works well, but it's a bit dual coded so I've been trying to shorten it. I can't find a goo❔ CEFSharp is not working in WPF Application with DEVExpress.I am working on a mid-sized application that embed the website application in windows and shell view❔ OSS/Examples for JSON Deserialization?I'm working on a mid-sized application that does a lot of json deserialization from third party API ❔ My discord bot Does work in DMs but serversToday i wrote a simple C# bot in .NET framework. It Works well in dms but it does not answer my comm❔ Repository patternCreating a tutorial App and I have a EF Core DbContext injected in a a generic Repostitory<T> class.