add ticket reference

GitOrigin-RevId: 53ac98cca6d9558adae243868e7aa9789ff76406
This commit is contained in:
Dmitry Batkovich
2025-04-24 20:55:33 +00:00
committed by intellij-monorepo-bot
parent 6051cc0ee8
commit b7dccf8807
@@ -11,7 +11,7 @@ import org.jetbrains.annotations.NotNull;
public final class JavaHighlightErrorFilter extends HighlightErrorFilter {
@Override
public boolean shouldHighlightErrorElement(@NotNull PsiErrorElement element) {
// todo we should handle it on the platform side
// todo we should handle it on the platform side IJPL-185339
if (element.getLanguage().equals(JavaLanguage.INSTANCE) && AppMode.isRemoteDevHost()) {
return false;
}