Skip to content

Commit aabef13

Browse files
committed
Frontend/Intentions: add <language> tag
1 parent 4845223 commit aabef13

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
@@ -47,24 +47,28 @@
4747
<projectConfigurable parentId="Errors" instance="com.jetbrains.rider.settings.FSharpInspectionsPage" />
4848

4949
<intentionAction>
50+
<language>F#</language>
5051
<className>com.jetbrains.rider.plugins.fsharp.services.fsi.SendLineToFsiIntentionAction</className>
5152
<category>F#</category>
5253
<descriptionDirectoryName>SendToFsi</descriptionDirectoryName>
5354
</intentionAction>
5455

5556
<intentionAction>
57+
<language>F#</language>
5658
<className>com.jetbrains.rider.plugins.fsharp.services.fsi.SendSelectionToFsiIntentionAction</className>
5759
<category>F#</category>
5860
<descriptionDirectoryName>SendToFsi</descriptionDirectoryName>
5961
</intentionAction>
6062

6163
<intentionAction>
64+
<language>F#</language>
6265
<className>com.jetbrains.rider.plugins.fsharp.services.fsi.DebugLineInFsiIntentionAction</className>
6366
<category>F#</category>
6467
<descriptionDirectoryName>SendToFsi</descriptionDirectoryName>
6568
</intentionAction>
6669

6770
<intentionAction>
71+
<language>F#</language>
6872
<className>com.jetbrains.rider.plugins.fsharp.services.fsi.DebugSelectionInFsiIntentionAction</className>
6973
<category>F#</category>
7074
<descriptionDirectoryName>SendToFsi</descriptionDirectoryName>

0 commit comments

Comments
 (0)