ILanguageClient.OnServerInitializedAsync Method
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.
This method is called by Visual Studio to notify the extension that the LSP server has been initialized: LSP "initialize" and "initialized" messages have been exchanged.
public:
System::Threading::Tasks::Task ^ OnServerInitializedAsync();
public System.Threading.Tasks.Task OnServerInitializedAsync ();
abstract member OnServerInitializedAsync : unit -> System.Threading.Tasks.Task
Public Function OnServerInitializedAsync () As Task
Returns
A Task which completes when actions that need to be performed when the server is ready are done.