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
The green variable is not detected by vscode as defined, therefore it probably is not considered a variable. I'm currently only using the vscode API to determine the variables
Problem
When I use a variable name in typescript it shows a color picker even though
ignoreVariableName
is set.Workaround
I am working around this issue with the following config
The text was updated successfully, but these errors were encountered: