ILanguageClient.ShowNotificationOnInitializeFailed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether a notification bubble show be shown when the language server fails to initialize.
public:
property bool ShowNotificationOnInitializeFailed { bool get(); };
public bool ShowNotificationOnInitializeFailed { get; }
member this.ShowNotificationOnInitializeFailed : bool
Public ReadOnly Property ShowNotificationOnInitializeFailed As Boolean