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
For the latter there is no modifier, operator alone being far too vague. So instead I tried a still too vague (&& and || should not be made more visible!) old style
Alas this gets recognised but ignored. Though more vague (operator vs. operator.logical) in this case, semantic seems to take precedence. So please add a modifier logicalNot to !, so that I can add it to semanticTokenColorCustomizations!
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
IMHO, two easy to oversee characters need strong highlighting, as they completely alter flow of control:
?
and!
.In VScode for the former I happily have
For the latter there is no modifier,
operator
alone being far too vague. So instead I tried a still too vague (&&
and||
should not be made more visible!) old styleAlas this gets recognised but ignored. Though more vague (
operator
vs.operator.logical
) in this case, semantic seems to take precedence. So please add a modifierlogicalNot
to!
, so that I can add it tosemanticTokenColorCustomizations
!The text was updated successfully, but these errors were encountered: