Skip to content

Commit

Permalink
Move dump Unity Explorer action to different place (#1999)
Browse files Browse the repository at this point in the history
* move action to other package
  • Loading branch information
van800 committed Jan 13, 2021
1 parent 735f00f commit d3e48de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.jetbrains.rider.internal.dump
package com.jetbrains.rider.plugins.unity.actions.internal

import com.intellij.ide.util.treeView.AbstractTreeNode
import com.intellij.openapi.actionSystem.AnActionEvent
Expand Down
2 changes: 1 addition & 1 deletion rider/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
class="com.jetbrains.rider.plugins.unity.ui.unitTesting.SwitchUnitTestLauncherComboBoxAction" />
</group>

<action id="DumpUnityExplorerAction" class="com.jetbrains.rider.internal.dump.DumpUnityExplorerAction" internal="true" />
<action id="DumpUnityExplorerAction" class="com.jetbrains.rider.plugins.unity.actions.internal.DumpUnityExplorerAction" internal="true" />

<action id="InstallEditorPluginAction"
class="com.jetbrains.rider.plugins.unity.actions.InstallEditorPluginAction"
Expand Down

0 comments on commit d3e48de

Please sign in to comment.