Skip to content

Commit

Permalink
register command
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuuxt committed Nov 22, 2024
1 parent 1f07870 commit 86bd481
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
"command": "fsi.SendSelection",
"title": "FSI: Send Selection"
},
{
"command": "fsi.SendSelectionExtendedToWholeLine",
"title": "FSI: Send Selection Extended To Whole Line"
},
{
"command": "fsi.SendLastSelection",
"title": "FSI: Send Last Selection"
Expand Down Expand Up @@ -1010,6 +1014,12 @@
"mac": "alt\u002BEnter",
"when": "editorFocus \u0026\u0026 !findWidgetVisible \u0026\u0026 editorLangId == \u0027fsharp\u0027"
},
{
"command": "fsi.SendSelectionExtendedToWholeLine",
"key": "alt\u002Bshift\u002BEnter",
"mac": "alt\u002Bshift\u002BEnter",
"when": "editorFocus \u0026\u0026 !findWidgetVisible \u0026\u0026 editorLangId == \u0027fsharp\u0027"
},
{
"command": "fsharp.generateDoc",
"key": "alt\u002Bshift\u002Bj",
Expand Down Expand Up @@ -1190,6 +1200,10 @@
"command": "fsi.SendSelection",
"when": "editorLangId == \u0027fsharp\u0027"
},
{
"command": "fsi.SendSelectionExtendedToWholeLine",
"when": "editorLangId == \u0027fsharp\u0027"
},
{
"command": "fsi.SendLastSelection",
"when": "editorLangId == \u0027fsharp\u0027"
Expand Down Expand Up @@ -1813,4 +1827,4 @@
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
},
"version": "7.21.2"
}
}

0 comments on commit 86bd481

Please sign in to comment.