提交 1dcd3e65 编写于 作者: H Heejae Chang 提交者: Heejae Chang

Merge pull request #14470 from heejaechang/enableRemoteHost

enable remost host by default
上级 fa4fa6f7
......@@ -8,7 +8,7 @@ namespace Microsoft.VisualStudio.LanguageServices.Remote
internal static class RemoteHostOptions
{
[ExportOption]
public static readonly Option<bool> RemoteHost = new Option<bool>(nameof(InternalFeatureOnOffOptions), nameof(RemoteHost), defaultValue: false,
public static readonly Option<bool> RemoteHost = new Option<bool>(nameof(InternalFeatureOnOffOptions), nameof(RemoteHost), defaultValue: true,
storageLocations: new LocalUserProfileStorageLocation(InternalFeatureOnOffOptions.LocalRegistryPath + nameof(RemoteHost)));
[ExportOption]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册