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

Commitaba396a

Browse files
committed
Fix a mistake in inactive code
1 parentc77e6f4 commitaba396a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎vsintegration/src/vs/FsPkgs/FSharp.VS.FSI/fsiPackageHooks.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ module internal Hooks =
132132
// Add OLECommand to OleCommandTarget at the package level,
133133
// for when it is fired from other contexts, e.g. text editor.
134134
letid=new CommandID(Guids.guidInteractive,int32 Guids.cmdIDSendSelection)
135-
letcmd=new OleMenuCommand(new EventHandler(OnMLSend this id)
135+
letcmd=new OleMenuCommand(new EventHandler(OnMLSend this), id)
136136
cmd.BeforeQueryStatus.AddHandler(new EventHandler(supportWhenFSharpDocument))
137137
commandService.AddCommand(cmd)
138138

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp