Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit675a272

Browse files
committed
Change menu text, use more sensible hotkeys
1 parentab73f78 commit675a272

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎vsintegration/src/vs/FsPkgs/FSharp.VS.FSI/fsiCommands.vsct‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@
9999
<Buttonguid="guidFsiConsoleCmdSet"id="cmdidAttachDebugger"priority="0x0100"type="Button">
100100
<Strings>
101101
<CommandName>FSharp.Interactive.AttachDebugger</CommandName>
102-
<ButtonText>Attach Debugger</ButtonText>
102+
<ButtonText>Start Debugging</ButtonText>
103103
</Strings>
104104
<CommandFlag>DynamicVisibility | DefaultInvisible</CommandFlag>
105105
</Button>
106106

107107
<Buttonguid="guidFsiConsoleCmdSet"id="cmdidDetachDebugger"priority="0x0101"type="Button">
108108
<Strings>
109109
<CommandName>FSharp.Interactive.DetachDebugger</CommandName>
110-
<ButtonText>Detach Debugger</ButtonText>
110+
<ButtonText>Stop Debugging</ButtonText>
111111
</Strings>
112112
<CommandFlag>DynamicVisibility | DefaultInvisible</CommandFlag>
113113
</Button>
@@ -222,7 +222,7 @@
222222
Here we bind it in the Editor context of the standard TextEditor.
223223
Ideally, we would bind it for F# only editor.
224224
-->
225-
<KeyBinding guid ="guidInteractive" id ="cmdidDebugSelection"editor="GUID_TextEditorFactory"key1="D"mod1="Control"key2="VK_RETURN"mod2="Alt" />
225+
<KeyBinding guid ="guidInteractive" id ="cmdidDebugSelection"editor="GUID_TextEditorFactory"key1="D"mod1="Alt"key2="VK_RETURN"mod2="Alt" />
226226
<KeyBinding guid ="guidVSStd11" id ="cmdidExecuteSelectionInInteractive"editor="GUID_TextEditorFactory"key1="VK_RETURN"mod1="Alt" />
227227

228228
<!-- CRTL-ALT-F for FSI window - following similar bindings for "other windows"-->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp