Visual Studio Code with Unity I have installed VS code and Unity on a MacBook Air with M1. My unity version is: Unity 2021.3.4.f1 Silicon LTS. I have set external tools in unity to work with visual studio.
Things I have installed: homebrew and wget, .net core, Mono stable channel, Mono visual studio channel, SDK dependencies, In visual studio: C# extension, Unity code snippets - Kleber Silva, Unity snippets - Ycleptic Studios
I tried to set OmniSharp Global mono to always but I couldn’t find it in VS code settings so I added "omnisharp.useGlobalMono": "always" to my settings.json. And I have restarted my computer a dozen times.
I have tried to check all Generate .csproj files in unity
My Visual studio does not autocomplete code for unity and when I compile a console.write(“hello world") it runs only on my terminal but it doesn’t launch in the VS code.