Skip to content

Commit ab5f905

Browse files
committed
Frontend/Intentions: add <language> tag
1 parent 493711a commit ab5f905

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,28 @@
5050
<projectConfigurable parentId="Errors" instance="com.jetbrains.rider.settings.FSharpInspectionsPage" />
5151

5252
<intentionAction>
53+
<language>F#</language>
5354
<className>com.jetbrains.rider.plugins.fsharp.services.fsi.SendLineToFsiIntentionAction</className>
5455
<category>F#</category>
5556
<descriptionDirectoryName>SendToFsi</descriptionDirectoryName>
5657
</intentionAction>
5758

5859
<intentionAction>
60+
<language>F#</language>
5961
<className>com.jetbrains.rider.plugins.fsharp.services.fsi.SendSelectionToFsiIntentionAction</className>
6062
<category>F#</category>
6163
<descriptionDirectoryName>SendToFsi</descriptionDirectoryName>
6264
</intentionAction>
6365

6466
<intentionAction>
67+
<language>F#</language>
6568
<className>com.jetbrains.rider.plugins.fsharp.services.fsi.DebugLineInFsiIntentionAction</className>
6669
<category>F#</category>
6770
<descriptionDirectoryName>SendToFsi</descriptionDirectoryName>
6871
</intentionAction>
6972

7073
<intentionAction>
74+
<language>F#</language>
7175
<className>com.jetbrains.rider.plugins.fsharp.services.fsi.DebugSelectionInFsiIntentionAction</className>
7276
<category>F#</category>
7377
<descriptionDirectoryName>SendToFsi</descriptionDirectoryName>

0 commit comments

Comments
 (0)