Skip to content

Commit 97289ed

Browse files
mfilippovauduchinok
authored andcommitted
IJ-CR-128063 Fix F# plugins dependencies.
GitOrigin-RevId: c9fe8608c046329f30a2c428ddf33282854f225b
1 parent ff404a5 commit 97289ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rider-fsharp/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ intellij {
7171
// org.intellij.intelliLang needed for tests with language injection marks
7272
plugins.set(
7373
listOf(
74-
"rider-plugins-appender",
74+
"com.intellij.css",
75+
"com.intellij.database",
76+
"com.intellij.ml.llm",
77+
"JavaScript",
7578
"org.intellij.intelliLang",
76-
"DatabaseTools",
77-
"css-impl",
78-
"javascript-plugin",
79-
"com.intellij.ml.llm"
79+
"rider-plugins-appender"
8080
)
8181
)
8282
}

0 commit comments

Comments
 (0)