File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
plugins/toolkit/jetbrains-rider Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ dependencies {
104104}
105105
106106tasks.prepareTestSandbox {
107- disabledPlugins = listOf (
107+ disabledPlugins.addAll (
108108 " com.intellij.swagger" ,
109109 " org.jetbrains.plugins.kotlin.jupyter" ,
110110 )
Original file line number Diff line number Diff line change @@ -326,6 +326,11 @@ intellijPlatform {
326326}
327327
328328tasks.withType<PrepareSandboxTask >().configureEach {
329+ // com.jetbrains.rd.platform.diagnostics.BackendException:
330+ // There is more than one package with the same ID JetBrains.Platform.UIInteractive.Common in the current deployed packages list.
331+ // An item with the same key has already been added. Key: JetBrains.Platform.UIInteractive.Common
332+ disabledPlugins.add(" com.jetbrains.dotTrace.dotMemory" )
333+
329334 dependsOn(resharperDllsDir)
330335
331336 intoChild(intellijPlatform.projectName.map { " $it /dotnet" })
You can’t perform that action at this time.
0 commit comments