Skip to content

Commit 800cbfe

Browse files
committed
turn on OOP by default
1 parent 3b4e5f9 commit 800cbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VisualStudio/Core/Def/Implementation/Remote/RemoteHostOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ internal static class RemoteHostOptions
99
public const string OptionName = "FeatureManager/Features";
1010

1111
[ExportOption]
12-
public static readonly Option<bool> RemoteHost = new Option<bool>(OptionName, nameof(RemoteHost), defaultValue: false);
12+
public static readonly Option<bool> RemoteHost = new Option<bool>(OptionName, nameof(RemoteHost), defaultValue: true);
1313

1414
[ExportOption]
1515
public static readonly Option<int> SolutionChecksumMonitorBackOffTimeSpanInMS = new Option<int>(OptionName, nameof(SolutionChecksumMonitorBackOffTimeSpanInMS), defaultValue: 10000);

0 commit comments

Comments
 (0)