Previously, all todo comments used to appear as warning in VS Code but After I added flutter lint package for additional linting, todo disappeared from Problems. Now I have to use search box for finding todo. I couldn't find a linter rule for that except 'flutter_style_todos' which is not what I want. Any way to make it appear again in problems pane?