I’m not sure if this’s a bug, I used this prefix hopping it will get more attention from Unity developers.
Latest versions of the VSCode package, starting from version 2.0+ onwards if I’m not mistaken, are missing UI and EventSystems namespaces. It’s been this for over a year and all this time I have to revert VSCode package back to version 1.1.3 in order to get the namespaces back to VSCode.
This is what it looks like with VSCode package v1.2.4. Doesn’t work even if I add an Assembly definition and reference it to UnityEngine.UI .
Reverting VSCode package back to version 1.1.3 fixes the issue and brings intellisense for UI and EventSystems back.
Since the problem has not been resolved for so long, I suspect maybe it’s not a bug and I’m missing something? I would like to know if this is a bug, and if it’s not then how do I bring the UI and EventSystems back to VSCode?
Downgrade to VSCode 1.2.3, it seems like they don’t have enough tests/QA on the VSCode packages, so one version is ok, the next is full of errors…