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

Commitda9f29a

Browse files
committed
Don't create unused binding in VS 12.0
1 parent92c8919 commitda9f29a

File tree

1 file changed

+3
-1
lines changed
  • vsintegration/src/vs/FsPkgs/FSharp.LanguageService

1 file changed

+3
-1
lines changed

‎vsintegration/src/vs/FsPkgs/FSharp.LanguageService/servicem.fs‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2022,12 +2022,14 @@ type FSharpPackage() as self =
20222022

20232023
let mutablemgr:IOleComponentManager=null
20242024

2025+
#if!VS_VERSION_DEV12
20252026
letfsharpSpecificProfileSettings=
20262027
[|"TextEditor.F#.Insert Tabs", boxfalse
20272028
"TextEditor.F#.Brace Completion", boxtrue
20282029
"TextEditor.F#.Make URLs Hot", boxfalse
20292030
"TextEditor.F#.Indent Style", box1u|]
2030-
2031+
#endif
2032+
20312033
overrideself.Initialize()=
20322034
UIThread.CaptureSynchronizationContext()
20332035
self.EstablishDefaultSettingsIfMissing()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp