So I recently started my final year project in Unity, for the code I use visual studio code, but the problem is that i installed the c# extension from omnisharp and it says that it doesn t support unity anymore or something like that. It doesn t show me any errors, doesn’t complete my code, nothing. What should I do?

it says that it doesn t support unity anymore or something like that.we're going to need the verbatim error here. Copy/paste what you're seeing in the console.If you still need Unity [...] support, you can set omnisharp.useModernNet to false in your VS Code settings and restart OmniSharp.Did you try that?