summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/LibLsp/lsp/general/initialized.h
blob: bb6d12511cb528f83483acbf316487ecba639f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once


#include "LibLsp/JsonRpc/NotificationInMessage.h"
/**
 * The initialized notification is sent from the client to the server after
 * the client received the result of the initialize request but before the
 * client is sending any other request or notification to the server. The
 * server can use the initialized notification for example to dynamically
 * register capabilities.
 */
DEFINE_NOTIFICATION_TYPE(Notify_InitializedNotification, JsonNull, "initialized");