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
Steps to Reproduce:
In this Makefile snippet's dependency list, if the variable $(T_AUX_MESSAGES_DRIVER_SRC) is put before the function call $(addprefix $(T_PROJ_SRC_DIR), $(...) $(...)), then "addprefix" is not properly colorized.
If I change the order, "addprefix" colorization is fine.
This bug might be present with other functions as well, like "patsubst", but I didn't try..
From @Leedehai on June 21, 2017 0:4
Steps to Reproduce:$(T_AUX_MESSAGES_DRIVER_SRC) is put before the function call $ (addprefix $(T_PROJ_SRC_DIR), $ (...) $(...)), then "addprefix" is not properly colorized.
In this Makefile snippet's dependency list, if the variable
If I change the order, "addprefix" colorization is fine.
This bug might be present with other functions as well, like "patsubst", but I didn't try..
Copied from original issue: microsoft/vscode#29148
The text was updated successfully, but these errors were encountered: