We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dad65c commit 01abc5bCopy full SHA for 01abc5b
plugins/toolkit/jetbrains-rider/build.gradle.kts
@@ -50,6 +50,7 @@ sourceSets {
50
dependencies {
51
intellijPlatform {
52
localPlugin(project(":plugin-core", "pluginZip"))
53
+ testFramework(TestFrameworkType.Bundled)
54
testFramework(TestFrameworkType.Plugin.ReSharper)
55
}
56
0 commit comments