Skip to content

Commit 10d1bc5

Browse files
committed
fix id
1 parent 34f3171 commit 10d1bc5

File tree

1 file changed

+1
-1
lines changed
  • rider-fsharp/src/main/resources/META-INF

1 file changed

+1
-1
lines changed

rider-fsharp/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<action id="SendFsiRefs" class="com.jetbrains.rider.plugins.fsharp.services.fsi.SendProjectReferencesToFsiAction" icon="/icons/fsharpConsole.png">
106106
<add-to-group group-id="SolutionExplorerPopupMenu.Repl"/>
107107
</action>
108-
<action id="RestartTypeProvidersAction" class="com.jetbrains.rider.plugins.fsharp.services.typeProviders.RestartTypeProvidersAction" icon="/icons/Fsharp.svg">
108+
<action id="Rider.Plugins.FSharp.RestartTypeProviders" class="com.jetbrains.rider.plugins.fsharp.services.typeProviders.RestartTypeProvidersAction" icon="/icons/Fsharp.svg">
109109
<add-to-group group-id="ToolsMenu" anchor="after" relative-to-action="Rider.Plugins.FSharp.FsiGroup"/>
110110
</action>
111111
</actions>

0 commit comments

Comments
 (0)