Skip to content

Commit 78ae86f

Browse files
committed
Frontend/Intentions: add <language> tag
1 parent 68b01be commit 78ae86f

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

6262
<intentionAction>
63+
<language>F#</language>
6364
<className>com.jetbrains.rider.plugins.fsharp.services.fsi.SendLineToFsiIntentionAction</className>
6465
<category>F#</category>
6566
<descriptionDirectoryName>SendToFsi</descriptionDirectoryName>
6667
</intentionAction>
6768

6869
<intentionAction>
70+
<language>F#</language>
6971
<className>com.jetbrains.rider.plugins.fsharp.services.fsi.SendSelectionToFsiIntentionAction</className>
7072
<category>F#</category>
7173
<descriptionDirectoryName>SendToFsi</descriptionDirectoryName>
7274
</intentionAction>
7375

7476
<intentionAction>
77+
<language>F#</language>
7578
<className>com.jetbrains.rider.plugins.fsharp.services.fsi.DebugLineInFsiIntentionAction</className>
7679
<category>F#</category>
7780
<descriptionDirectoryName>SendToFsi</descriptionDirectoryName>
7881
</intentionAction>
7982

8083
<intentionAction>
84+
<language>F#</language>
8185
<className>com.jetbrains.rider.plugins.fsharp.services.fsi.DebugSelectionInFsiIntentionAction</className>
8286
<category>F#</category>
8387
<descriptionDirectoryName>SendToFsi</descriptionDirectoryName>

0 commit comments

Comments
 (0)