Enumeration ClientNotification

Client notifications

Enumeration Members

DID_CHANGE: "textDocument/didChange"
DID_CHANGE_CONFIGURATION: "workspace/didChangeConfiguration"
DID_OPEN: "textDocument/didOpen"
DID_SAVE: "textDocument/didSave"
INITIALIZED: "initialized"
SET_TRACE: "$/setTrace"