I am using C# and .NET in my product. I have noticed that there is a huge memory consumption, primarily attributed to Microsoft.CodeAnalysis.LanguageServer, which is what Microsoft uses for C# development on VS Code. At times, the total memory usage was about 6GB (my product has about 35K LoC). Now, I have disabled the C# and C# Dev Kit plugins, and there is some respite. My question is - are these (otherwise important plugins) required for Cursor (Composer) to work correctly? I see that Cursor has its own Language server, so will it continue to work correctly with the other extensions disabled? Any other settings or best practices to manage memory and CPU consumption in my .NET setup?