[completion] IJPL-207762 todo

GitOrigin-RevId: 1c66f57f69f54f218f41600d0ac53ebdb35a94e7
This commit is contained in:
Max Medvedev
2025-11-17 18:39:15 +00:00
committed by intellij-monorepo-bot
parent aa7b95e1d5
commit e4ef924258
@@ -27,6 +27,6 @@ fun ElementPattern<String>.toRpc(): RpcPrefixCondition {
ccLogger.warn("Unsupported condition: $this", Throwable())
// todo there is no way to serialize a pattern yet
// todo IJPL-218873 there is no way to serialize a pattern yet
return RpcPrefixCondition.AlwaysTrue
}