You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing Java in Visual Studio Code, primitive types such as boolean, int, long, etc. are shown in black as identifiers. They should be shown in blue as keywords.
When editing Java in Visual Studio Code, primitive types such as
boolean,int,long, etc. are shown in black as identifiers. They should be shown in blue as keywords.