提交 49c994ed 编写于 作者: M Manish Vasani

Update Obsolete attribute message

上级 e8b998b8
......@@ -8,7 +8,7 @@ internal static class ServiceFeatureOnOffOptions
/// <summary>
/// This option is used by TypeScript.
/// </summary>
[Obsolete("Use the new option SolutionCrawlerOptions.BackgroundAnalysisScopeOption")]
[Obsolete("Currently used by TypeScript - should move to the new option SolutionCrawlerOptions.BackgroundAnalysisScopeOption")]
public static readonly PerLanguageOption<bool?> ClosedFileDiagnostic = new PerLanguageOption<bool?>(
"ServiceFeaturesOnOff", "Closed File Diagnostic", defaultValue: null,
storageLocations: new RoamingProfileStorageLocation("TextEditor.%LANGUAGE%.Specific.Closed File Diagnostic"));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册