2020 version reload

After upgrading my project from 2019.4 to 2020.1.11
every time I click back into unity from VS I get a white box that runs for 1 second and says “hold on” while it reloads things. Additionally, I will get a similar pop up when clicking the play button. Lastly, there is also a chance it makes a “windows ding” for no reason now as well. Individually these are annoying, but allof these combined create a nightmarish experience that makes me regret upgrading. Is there anything you can do about this? Feels like UE4

6503023--732376--upload_2020-11-8_15-57-1.png

This may help you with intellisense problems:

Also, try update the VSCode package inside of Unity: Window → Package Manager → Search for Visual Studio Code Editor → Press the Update button

Also, this: No suggestions in Vscode

You might also need to do a Reimport-All if you can get into Unity, or else perhaps close Unity and delete the folder inside your project called Library/ScriptAssemblies, which is where Unity keeps the partially-built code (DLLs) for your game. That will trigger Unity to reload it all when you restart.