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
I expect the current extension to add a property to .vscode/settings.json that maps to org.eclipse.jdt.core.compiler.problem.tasks in settings.prefs, to suppress TODO diagnostics. I'm referring to issues like those shown in the image.
I'm not sure if I've missed any known enhancement issues, such as whether there's an issue that mentions grouping known issues to suppress different groups of issues, like in IntelliJ IDEA?
.vscode/settings.jsonthat maps toorg.eclipse.jdt.core.compiler.problem.tasksinsettings.prefs, to suppress TODO diagnostics. I'm referring to issues like those shown in the image.org.eclipse.jdt.core.compiler.problem.tasksrequires developers to manually create asettings.prefsfile with 505 lines, which is far too long. I'm referring to the situations mentioned in https://github.com/redhat-developer/vscode-java/wiki/Settings-Global-Preferences and Unable to suppress TODO diagnostics using java.errors.reportTodoComments or java.errors.suppressedDiagnostics #4196 .