summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/LibLsp/lsp/general/initialized.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/LibLsp/lsp/general/initialized.h')
-rw-r--r--graphics/asymptote/LspCpp/LibLsp/lsp/general/initialized.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/asymptote/LspCpp/LibLsp/lsp/general/initialized.h b/graphics/asymptote/LspCpp/LibLsp/lsp/general/initialized.h
new file mode 100644
index 0000000000..bb6d12511c
--- /dev/null
+++ b/graphics/asymptote/LspCpp/LibLsp/lsp/general/initialized.h
@@ -0,0 +1,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");
+