mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Fix RIDER-115631: ReSharper's plugin id should be lowercase for correct FUS validation
GitOrigin-RevId: 4242b64f8459915c08520f3b1310ceaf73a3dc9b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
88568dcded
commit
90f50cd1b5
@@ -200,7 +200,7 @@ class KnownPluginValidationRule : LocalFileCustomValidationRule(
|
||||
|
||||
override fun createValue(value: String): String? = value.nullize(true)?.trim()?.lowercase()
|
||||
override fun readItems(): Set<String?> {
|
||||
return super.readItems() + VisualStudioPluginsMapping.RESHARPER
|
||||
return super.readItems() + VisualStudioPluginsMapping.RESHARPER.lowercase()
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user