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
Most warnings the dead code analysis produces are indeed about dead code. However, some are about redundant optional arguments, etc. Currently, all warnings in the editor are highlighted as dead code, even if it isn't. We should differentiate properly between that when highlighting the dead code in the editor.