Closed marnixhoh closed 2 years ago
Hello, same, after VS code update now colors in my PHP code are different... terrible. UPT: installed old ver 1.66 and now all is ok with colors. UPT2: it seems this is not a bug and it is related to this https://github.com/microsoft/vscode/issues/148977
@rostyslav-a-smartgamma Thank you so much for sharing a link to that issue. I lost hours trying to figure out what caused this...
The colors of the Dracula Theme suddenly changed for me after updating to the latest version of VScode (1.67.0).
As can be seen in the screenshot (a React file), the curly brackets of the props are now
green
, whereas they used to bered
. The same is true for the curly brackets used for the conditional rendering ofDateContainer
. Also the parentheses of function calls are noworange
, they used to bewhite
.There is also inconsistency. In the
DayPickerSingleDateController
component, the curly brackets of the props aregreen
, but these arepurple
for theBookingItems
component.These are just some of the color changes (there are more). Any help would be greatly appreciated!
What I have tried so far: