Commit ad43de61 authored by Pavel Porvatov's avatar Pavel Porvatov Committed by intellij-monorepo-bot
Browse files

LLM-2286 Implement LLM installer plugin

(cherry picked from commit f803d4d20a509db91f77553654095fa1f5b2449c)
(cherry picked from commit bea021ed36993bf02f7d70da292e48a9e0478314)

IJ-MR-128135

GitOrigin-RevId: 67718bd2d6318a6bb9967fabe9ed291e9edf8056
parent 05122687
Branches unavailable Tags unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -107,7 +107,7 @@ class IntellijIconClassGeneratorConfig : IconClasses() {
packageName = "com.intellij.swagger.core")
"intellij.ml.llm" -> IntellijIconClassGeneratorModuleConfig(className = "MLLlmIcons", packageName = "com.intellij.ml.llm")
"intellij.ml.llm.core" -> IntellijIconClassGeneratorModuleConfig(className = "MLLlmCoreIcons", packageName = "com.intellij.ml.llm.core")
"intellij.llm-installer" -> IntellijIconClassGeneratorModuleConfig(className = "LLMIcons", packageName = "com.intellij.llmInstaller")
"intellij.llmInstaller" -> IntellijIconClassGeneratorModuleConfig(className = "LLMIcons", packageName = "com.intellij.llmInstaller")
"intellij.dts" -> IntellijIconClassGeneratorModuleConfig(className = "DtsIcons", packageName = "com.intellij.dts")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment